Fix conflicts caused from rebasing main into multiple IDPs branch

This commit is contained in:
Ryan Richard
2023-09-07 09:52:56 -07:00
parent e2bdab9e2d
commit b6f0dc3ba7
3 changed files with 4 additions and 4 deletions

View File

@@ -1210,7 +1210,7 @@ func TestE2EFullIntegration_Browser(t *testing.T) {
testCtx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
t.Cleanup(cancel)
tempDir := testutil.TempDir(t) // per-test tmp dir to avoid sharing files between tests
tempDir := t.TempDir() // per-test tmp dir to avoid sharing files between tests
// Start a fresh browser driver because we don't want to share cookies between the various tests in this file.
browser := browsertest.OpenBrowser(t)