We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9da51 commit 4ceaf58Copy full SHA for 4ceaf58
tests/e2e/helpers/api/api-database.ts
@@ -86,6 +86,8 @@ export class DatabaseAPIRequests {
86
ResourcePath.Databases,
87
requestBody
88
);
89
+ await t
90
+ .expect(response.body).eql('check');
91
await t
92
.expect(await response.body.name)
93
.eql(
0 commit comments