Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 c9b78ea9a..f2b4a426a 100644
--- a/tpl/images/images_test.go
+++ b/tpl/images/images_test.go
@@ -93,7 +93,7 @@ func TestNSConfig(t *testing.T) {
// check for expected errors early to avoid writing files
if b, ok := test.expect.(bool); ok && !b {
- _, err := ns.Config(interface{}(test.path))
+ _, err := ns.Config(test.path)
require.Error(t, err, errMsg)
continue
}