We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aafb6d commit 17d6b8bCopy full SHA for 17d6b8b
test/e2e/config_test.go
@@ -51,7 +51,7 @@ func TestConfig(t *testing.T) {
51
require.NoError(t, os.WriteFile(path.Join(dir, "config.toml"), []byte(`[e2e]
52
org_id = "test_id"
53
public_api_key = "test_pub"
54
- service = "cloud"`), os.ModePerm))
+ service = "cloud"`), 0600))
55
56
t.Run("config", func(t *testing.T) {
57
t.Setenv("MONGODB_ATLAS_PRIVATE_API_KEY", "")
0 commit comments