Skip to content

Commit

Permalink
Fix parameter in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Oct 21, 2022
1 parent e4ac26b commit 3702173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ func testAuthenticationDisabled(
// token, the username will be checked against the system_auth.roles table directly.
// Therefore, we only test the CQL API here.
// See https://github.com/stargate/stargate/issues/792
testStargateNativeApi(t, nil, ctx, f.DataPlaneContexts[0], namespace, "", "", false, replication)
testStargateNativeApi(t, nil, ctx, f.DataPlaneContexts[1], namespace, "", "", false, replication)
testStargateNativeApi(t, f, ctx, f.DataPlaneContexts[0], namespace, "", "", false, replication)
testStargateNativeApi(t, f, ctx, f.DataPlaneContexts[1], namespace, "", "", false, replication)
})
t.Run("Reaper", func(t *testing.T) {
testReaperApi(t, ctx, f.DataPlaneContexts[0], "cluster1", reaperapi.DefaultKeyspace, "", "")
Expand Down

0 comments on commit 3702173

Please sign in to comment.