From 09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 28 Nov 2019 18:44:27 -0800 Subject: [PATCH] fix test --- weed/command/scaffold_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weed/command/scaffold_test.go b/weed/command/scaffold_test.go index 3d69fa317..423dacc32 100644 --- a/weed/command/scaffold_test.go +++ b/weed/command/scaffold_test.go @@ -4,6 +4,8 @@ import ( "bytes" "fmt" "testing" + + "github.com/spf13/viper" ) func TestReadingTomlConfiguration(t *testing.T) {