Skip to content

Commit 5a645ea

Browse files
committed
restore wrong test change
1 parent c4f0ca1 commit 5a645ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/local/session_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func TestListSnowflakeSessions(t *testing.T) {
194194
require.NoError(t, err)
195195

196196
users := []string{"alice", "bob"}
197-
ctx := t.Context()
197+
ctx := context.Background()
198198

199199
// the default page size is used if the pageSize
200200
// provide to ListSnowflakeSessions is 0 || > maxSessionPageSize

0 commit comments

Comments
 (0)