summaryrefslogtreecommitdiffstats
path: root/tpl/images/images_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/images/images_test.go')
-rw-r--r--tpl/images/images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/images/images_test.go b/tpl/images/images_test.go
index 1b70b7c70..4f656d1f9 100644
--- a/tpl/images/images_test.go
+++ b/tpl/images/images_test.go
@@ -101,7 +101,7 @@ func TestNSConfig(t *testing.T) {
// cast path to string for afero.WriteFile
sp, err := cast.ToStringE(test.path)
c.Assert(err, qt.IsNil)
- afero.WriteFile(ns.deps.Fs.Source, filepath.Join(bcfg.WorkingDir(), sp), test.input, 0755)
+ afero.WriteFile(ns.deps.Fs.Source, filepath.Join(bcfg.WorkingDir(), sp), test.input, 0o755)
result, err := ns.Config(test.path)