Skip to content

Commit

Permalink
different permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Feb 28, 2024
1 parent ab99367 commit 3cf3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/http/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var _ = Describe("API test", func() {
tmpdir, err = os.MkdirTemp("", "")
Expect(err).ToNot(HaveOccurred())
modelDir := filepath.Join(tmpdir, "models")
err = os.Mkdir(modelDir, 0666)
err = os.Mkdir(modelDir, 0744)
Expect(err).ToNot(HaveOccurred())

c, cancel = context.WithCancel(context.Background())
Expand Down

0 comments on commit 3cf3050

Please sign in to comment.