Skip to content

Commit

Permalink
chore: change file permissions in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Feb 7, 2022
1 parent 3229c43 commit 73ce13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve_debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ namespaces:
for _, n := range nn {
require.NoError(b, os.WriteFile(n, []byte(`
id: 0
name: foo`), 0666))
name: foo`), 0600))
}

for i := 0; i < b.N; i++ {
Expand Down

0 comments on commit 73ce13a

Please sign in to comment.