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 4ceaf58 commit 0520a6eCopy full SHA for 0520a6e
tests/e2e/helpers/api/api-database.ts
@@ -86,8 +86,10 @@ export class DatabaseAPIRequests {
86
ResourcePath.Databases,
87
requestBody
88
);
89
- await t
90
- .expect(response.body).eql('check');
+ if(databaseParameters.databaseName?.includes('oss-standalone-no-permissions')){
+ await t
91
+ .expect(response.body).eql('check');
92
+ }
93
await t
94
.expect(await response.body.name)
95
.eql(
0 commit comments