Skip to content

Commit 17d6b8b

Browse files
committed
fix
1 parent 0aafb6d commit 17d6b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/config_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestConfig(t *testing.T) {
5151
require.NoError(t, os.WriteFile(path.Join(dir, "config.toml"), []byte(`[e2e]
5252
org_id = "test_id"
5353
public_api_key = "test_pub"
54-
service = "cloud"`), os.ModePerm))
54+
service = "cloud"`), 0600))
5555

5656
t.Run("config", func(t *testing.T) {
5757
t.Setenv("MONGODB_ATLAS_PRIVATE_API_KEY", "")

0 commit comments

Comments
 (0)