test/factories/custom_signatures.rb in esp_sdk-2.5.0 vs test/factories/custom_signatures.rb in esp_sdk-2.6.0
- old
+ new
@@ -9,28 +9,18 @@
description "Test description"
identifier "AWS::Test::001"
name "Test"
resolution "Test resolution"
risk_level "Medium"
- signature "Some javascript"
- language "javascript"
updated_at nil
relationships do
{
organization: {
- data: {
- type: "organizations",
- id: "1003"
- },
links: {
related: "http://test.host/api/v2/organizations/1003.json"
}
},
teams: {
- data: {
- type: "teams",
- id: "1003"
- },
links: {
related: "http://test.host/api/v2/teams?filter%5Bcustom_signatures_id_eq%5D=#{id}"
}
}
}