Skip to content

Commit 82ac609

Browse files
- 22 failed.
1 parent 2c4dc14 commit 82ac609

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

test/python/flask/digitalocean/expectations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"httpResponse": {
1111
"template": "sizes-list-01.json",
12+
"status": 200,
1213
"headers": {
1314
"Content-Type": "application/json"
1415
}
@@ -55,7 +56,7 @@
5556
}
5657
},
5758
"httpResponse": {
58-
"statusCode": 500,
59+
"status": 500,
5960
"template": "server-error-01.json",
6061
"headers": {
6162
"Content-Type": "application/json"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"id": "server_error",
3-
"message": "Unexpected server-side error"
4-
}
2+
"id": "server_error",
3+
"message": "Unexpected server-side error"
4+
}

test/python/flask/googleadmin/expectations.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"httpRequest": {
44
"headers": {
5-
"accept": [ "application/json" ],
5+
"Accept": [ "application/json" ],
66
"Authorization" : [
77
".+"
88
]
@@ -23,7 +23,7 @@
2323
{
2424
"httpRequest": {
2525
"headers": {
26-
"accept": [ "application/json" ],
26+
"Accept": [ "application/json" ],
2727
"Authorization" : [
2828
".+"
2929
]
@@ -48,7 +48,7 @@
4848
{
4949
"httpRequest": {
5050
"headers": {
51-
"accept": [ "application/json" ],
51+
"Accept": [ "application/json" ],
5252
"Authorization" : [
5353
".+"
5454
]
@@ -73,16 +73,13 @@
7373
{
7474
"httpRequest": {
7575
"headers": {
76-
"accept": [ "application/json" ],
76+
"Accept": [ "application/json" ],
7777
"Authorization" : [
7878
".+"
7979
]
8080
},
8181
"method": "DELETE",
82-
"path": "/admin/directory/v1/users/{userKey}",
83-
"pathParameters": {
84-
"userKey": ["10000000000000000009"]
85-
}
82+
"path": "/admin/directory/v1/users/10000000000000000009"
8683
},
8784
"httpResponse": {
8885
"template": "users-delete-01.json",

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,14 +2055,14 @@ Transaction Abort Attempted Commit Digitalocean Insert Droplet
20552055
... commit;
20562056
${nativeOutputStr} = Catenate SEPARATOR=\n
20572057
... http${SPACE}response${SPACE}status${SPACE}code:${SPACE}500,${SPACE}response${SPACE}body:${SPACE}{
2058-
... ${SPACE}${SPACE}"id"${SPACE}:${SPACE}"server_error",
2059-
... ${SPACE}${SPACE}"message"${SPACE}:${SPACE}"Unexpected${SPACE}server-side${SPACE}error"
2058+
... ${SPACE}${SPACE}"id":${SPACE}"server_error",
2059+
... ${SPACE}${SPACE}"message":${SPACE}"Unexpected${SPACE}server-side${SPACE}error"
20602060
... }
20612061
... OK
20622062
... mutating statement queued
20632063
... mutating statement queued
20642064
... mutating statement queued
2065-
... insert over HTTP error: 500 Internal Server Error
2065+
... insert over HTTP error: 500 INTERNAL SERVER ERROR
20662066
... UNDO required: Undo the insert on digitalocean.droplets.droplets
20672067
... UNDO required: Undo the insert on digitalocean.droplets.droplets
20682068
${dockerOutputStr} = Catenate SEPARATOR=\n

0 commit comments

Comments
 (0)