Skip to content

Commit 4e407ec

Browse files
debug #
1 parent 0520a6e commit 4e407ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ export class DatabaseAPIRequests {
8787
requestBody
8888
);
8989
if(databaseParameters.databaseName?.includes('oss-standalone-no-permissions')){
90+
const stting = JSON.stringify(requestBody, null, 2);
9091
await t
91-
.expect(response.body).eql('check');
92+
.expect(stting).eql('check');
9293
}
9394
await t
9495
.expect(await response.body.name)

0 commit comments

Comments
 (0)