Skip to content

Commit ca47f87

Browse files
change adding of db
1 parent 569a160 commit ca47f87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/tests/critical-path/triggers-and-functions/libraries.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ test.after(async() => {
203203
});
204204

205205
test.before(async() => {
206-
await databaseHelper.acceptLicenseTerms();
207-
await databaseAPIRequests.addNewOSSClusterDatabaseApi(ossClusterRedisGears);
206+
await databaseHelper.acceptLicenseTermsAndAddOSSClusterDatabase(ossClusterRedisGears);
208207
}).after(async() => {
209208
await databaseAPIRequests.deleteOSSClusterDatabaseApi(ossClusterRedisGears);
210209
})('Verify that function can be invoked in cluster', async t => {

0 commit comments

Comments
 (0)