Skip to content

Commit ea93831

Browse files
- 20 tests failing.
1 parent 3925695 commit ea93831

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

test/python/flask/googleadmin/expectations.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,24 @@
8787
"Content-Type": "application/json"
8888
}
8989
}
90+
},
91+
{
92+
"httpRequest": {
93+
"headers": {
94+
"Accept": [ "application/json" ],
95+
"Authorization" : [
96+
".+"
97+
]
98+
},
99+
"method": "DELETE",
100+
"path": "/admin/directory/v1/users/10000000000000000008"
101+
},
102+
"httpResponse": {
103+
"status": 404,
104+
"template": "nil-response.json",
105+
"headers": {
106+
"Content-Type": "application/json"
107+
}
108+
}
90109
}
91110
]

test/python/flask/googleadmin/templates/nil-response.json

Whitespace-only changes.

test/python/flask/googleadmin/templates/users-creeate-02.json renamed to test/python/flask/googleadmin/templates/users-create-02.json

File renamed without changes.

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ Transaction Rollback Failure Eager Idealised Google Admin Directory User
21162116
... http response status code: 404, response body is nil
21172117
... OK
21182118
... The operation was despatched successfully
2119-
... undo over HTTP error: 404 Not Found
2119+
... undo over HTTP error: 404 NOT FOUND
21202120
... Rollback failed
21212121
Should Stackql Exec Inline Equal Both Streams
21222122
... ${STACKQL_EXE}

0 commit comments

Comments
 (0)