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 569a160 commit ca47f87Copy full SHA for ca47f87
tests/e2e/tests/critical-path/triggers-and-functions/libraries.e2e.ts
@@ -203,8 +203,7 @@ test.after(async() => {
203
});
204
205
test.before(async() => {
206
- await databaseHelper.acceptLicenseTerms();
207
- await databaseAPIRequests.addNewOSSClusterDatabaseApi(ossClusterRedisGears);
+ await databaseHelper.acceptLicenseTermsAndAddOSSClusterDatabase(ossClusterRedisGears);
208
}).after(async() => {
209
await databaseAPIRequests.deleteOSSClusterDatabaseApi(ossClusterRedisGears);
210
})('Verify that function can be invoked in cluster', async t => {
0 commit comments