Skip to content

Commit 4ceaf58

Browse files
debug #5
1 parent 7b9da51 commit 4ceaf58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/helpers/api/api-database.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ export class DatabaseAPIRequests {
8686
ResourcePath.Databases,
8787
requestBody
8888
);
89+
await t
90+
.expect(response.body).eql('check');
8991
await t
9092
.expect(await response.body.name)
9193
.eql(

0 commit comments

Comments
 (0)