Skip to content

Commit

Permalink
fixing merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jul 11, 2023
1 parent fc44346 commit d41706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/operations/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ func TestMain(m *testing.M) {
successCode = only_dir_mounting.RunTests(flags, m)
}

// Test for admin permission on test bucket.
if successCode == 0 {
// Test for admin permission on test bucket.
successCode = creds_tests.RunTestsForKeyFileAndGoogleApplicationCredentialsEnvVarSet(flags, "objectAdmin", m)
}

Expand Down

0 comments on commit d41706f

Please sign in to comment.