Skip to content

Commit a6c3ab3

Browse files
committed
remove expected responses
1 parent 4156864 commit a6c3ab3

File tree

4 files changed

+0
-43
lines changed

4 files changed

+0
-43
lines changed

tests/CTS/requests/composition-full/deleteComposition.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,5 @@
77
"path": "/1/compositions/1234",
88
"method": "DELETE"
99
}
10-
},
11-
{
12-
"parameters": {
13-
"compositionID": "1234"
14-
},
15-
"request": {
16-
"path": "/1/compositions/1234",
17-
"method": "DELETE"
18-
},
19-
"response": {
20-
"statusCode": 200,
21-
"body": {
22-
"taskID": 42
23-
}
24-
}
2510
}
2611
]

tests/CTS/requests/composition-full/deleteCompositionRule.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,5 @@
88
"path": "/1/compositions/1234/rules/5678",
99
"method": "DELETE"
1010
}
11-
},
12-
{
13-
"parameters": {
14-
"compositionID": "1234",
15-
"objectID": "5678"
16-
},
17-
"request": {
18-
"path": "/1/compositions/1234/rules/5678",
19-
"method": "DELETE"
20-
},
21-
"response": {
22-
"statusCode": 200,
23-
"body": {
24-
"taskID": 42
25-
}
26-
}
2711
}
2812
]

tests/CTS/requests/composition-full/putComposition.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
}
3939
}
4040
}
41-
},
42-
"response": {
43-
"statusCode": 200,
44-
"body": {
45-
"taskID": 42
46-
}
4741
}
4842
}
4943
]

tests/CTS/requests/composition-full/putCompositionRule.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
}
5252
}
5353
}
54-
},
55-
"response": {
56-
"statusCode": 200,
57-
"body": {
58-
"taskID": 42
59-
}
6054
}
6155
}
6256
]

0 commit comments

Comments
 (0)