diff options
| -rw-r--r-- | weed/command/scaffold_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
