Skip to content

Commit 26c3063

Browse files
remove debug #2
1 parent 478bb2a commit 26c3063

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ export class DatabaseAPIRequests {
8686
ResourcePath.Databases,
8787
requestBody
8888
);
89-
if(databaseParameters.databaseName?.includes('oss-standalone-no-permissions')){
90-
const stting = JSON.stringify(requestBody, null, 2);
91-
await t
92-
.expect(stting).eql('check');
93-
}
9489
await t
9590
.expect(await response.body.name)
9691
.eql(

0 commit comments

Comments
 (0)