We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b0d85 commit 94bcc5eCopy full SHA for 94bcc5e
server/legacy/events/working_dir_iterator_test.go
@@ -41,7 +41,7 @@ func TestListCurrentWorkingDirPulls(t *testing.T) {
41
t.Run("pull not found", func(t *testing.T) {
42
baseDir := t.TempDir()
43
44
- _ = os.MkdirAll(filepath.Join(baseDir, "repos", "nish", "repo1", "1", "default"), os.ModePerm)
+ _ = os.MkdirAll(filepath.Join(baseDir, "repos", "nish", "repo1", "1", "default"), 0600)
45
46
pullNotFound := &vcs.PullRequestNotFound{Err: errors.New("error")}
47
0 commit comments