Skip to content

Commit 70de5ff

Browse files
committed
upd
1 parent 87d4d93 commit 70de5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/memory-efficiency/top-keys-table.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test
7474
.before(async t => {
7575
await acceptLicenseTermsAndAddDatabaseApi(ossStandaloneRedisearch, ossStandaloneRedisearch.databaseName);
7676
// Create keys
77-
await populateHashWithFields('localhost', '8102', keyToAddParameters2);
77+
await populateHashWithFields(ossStandaloneRedisearch.host, ossStandaloneRedisearch.port, keyToAddParameters2);
7878
// Go to Analysis Tools page
7979
await t.click(myRedisDatabasePage.analysisPageButton);
8080
})

0 commit comments

Comments
 (0)