Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 27, 2024
1 parent 156e5c6 commit 6375c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func TestGetRunnerConfig(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if tt.configContent != "" {
err := os.WriteFile(configPath, []byte(tt.configContent), 0644)
err := os.WriteFile(configPath, []byte(tt.configContent), 0600)
if err != nil {
t.Fatalf("Failed to write test config file: %v", err)
}
Expand Down

0 comments on commit 6375c7f

Please sign in to comment.