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 c4f0ca1 commit 5a645eaCopy full SHA for 5a645ea
lib/services/local/session_test.go
@@ -194,7 +194,7 @@ func TestListSnowflakeSessions(t *testing.T) {
194
require.NoError(t, err)
195
196
users := []string{"alice", "bob"}
197
- ctx := t.Context()
+ ctx := context.Background()
198
199
// the default page size is used if the pageSize
200
// provide to ListSnowflakeSessions is 0 || > maxSessionPageSize
0 commit comments