Skip to content

Commit a56fd30

Browse files
committed
Updating test data for new config validation.
1 parent 129cb37 commit a56fd30

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/sample_deployments_response.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,5 @@ module.exports = [
2626
"PropBUNDLE_LEVEL": "scope1bundle1prop",
2727
"PropSCOPE_LEVEL": "scope1prop"
2828
}
29-
},
30-
{
31-
"scopeId": "GHIJKL",
32-
"id":"1234567890",
33-
"displayName": "abc123",
34-
"created":"1481917061",
35-
"updated":"1481917061",
36-
"createdBy":"mdobs",
37-
"updatedBy":"mdobs",
38-
"uri": "file://./tests/bundle2.zip",
39-
"configuration": {
40-
"PropBUNDLE_LEVEL": "scope2bundle2prop",
41-
"PropSCOPE_LEVEL": "scope2prop"
42-
}
43-
},
44-
{
45-
"scopeId": "GHIJKL",
46-
"id":"1234567891",
47-
"displayName": "abc123_2",
48-
"created":"1481917061",
49-
"updated":"1481917061",
50-
"createdBy":"mdobs",
51-
"updatedBy":"mdobs",
52-
"uri": "file://./tests/bundle1.zip",
53-
"configuration": {
54-
"PropBUNDLE_LEVEL": "scop21bundle1prop",
55-
"PropSCOPE_LEVEL": "scope2prop"
56-
}
5729
}
5830
]

0 commit comments

Comments
 (0)