Skip to content

Commit 38703be

Browse files
committed
missed an endpointid in CI
1 parent ac76c77 commit 38703be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ public void TestAddAndGetSuggestion(string endpointId)
29622962
public async Task TestAddAndGetSuggestionAsync(string endpointId)
29632963
{
29642964
SkipClusterPre8(endpointId);
2965-
IDatabase db = GetCleanDatabase();
2965+
IDatabase db = GetCleanDatabase(endpointId);
29662966
var ft = db.FT();
29672967

29682968
string suggestion = "ANOTHER_WORD";

0 commit comments

Comments
 (0)