Skip to content

Commit 94bcc5e

Browse files
one more 600
1 parent e5b0d85 commit 94bcc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/legacy/events/working_dir_iterator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestListCurrentWorkingDirPulls(t *testing.T) {
4141
t.Run("pull not found", func(t *testing.T) {
4242
baseDir := t.TempDir()
4343

44-
_ = os.MkdirAll(filepath.Join(baseDir, "repos", "nish", "repo1", "1", "default"), os.ModePerm)
44+
_ = os.MkdirAll(filepath.Join(baseDir, "repos", "nish", "repo1", "1", "default"), 0600)
4545

4646
pullNotFound := &vcs.PullRequestNotFound{Err: errors.New("error")}
4747

0 commit comments

Comments
 (0)