Skip to content

Commit

Permalink
one more 600
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmolina95 committed Sep 10, 2024
1 parent e5b0d85 commit 94bcc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/legacy/events/working_dir_iterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestListCurrentWorkingDirPulls(t *testing.T) {
t.Run("pull not found", func(t *testing.T) {
baseDir := t.TempDir()

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

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

Expand Down

0 comments on commit 94bcc5e

Please sign in to comment.