Skip to content

Commit

Permalink
test on VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 21, 2024
1 parent 2a495aa commit 782eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/implicit_dir/implicit_dir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestMain(m *testing.M) {

// Don't pass --implicit-dirs flags for hierarchical bucket.
if setup.IsHierarchicalBucket(ctx, storageClient) {
flagsSet = [][]string{}
flagsSet = [][]string{{}}
}

successCode := implicit_and_explicit_dir_setup.RunTestsForImplicitDirAndExplicitDir(flagsSet, m)
Expand Down

0 comments on commit 782eff8

Please sign in to comment.