Skip to content

Commit 7d85fd3

Browse files
committed
Fix linter issue
1 parent c0e1edf commit 7d85fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func TestProviderTypeGetUnderlyingProviderType(t *testing.T) {
107107
err := os.WriteFile(
108108
filepath.Join(tmpDir, ".testcontainers.properties"),
109109
[]byte(tt.propertiesFile),
110-
0600,
110+
0o600,
111111
)
112112
require.NoError(t, err, "Failed to create properties file")
113113
}

0 commit comments

Comments
 (0)