aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-11-28 18:44:27 -0800
committerChris Lu <chris.lu@gmail.com>2019-11-28 18:44:27 -0800
commit09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2 (patch)
tree7d86d4b5035bf924871bf99d4b1dfc00ec774280 /weed/command
parentf60154f330a81354c433da37d612f235d1c0e4e9 (diff)
downloadseaweedfs-09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2.tar.xz
seaweedfs-09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2.zip
fix test
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold_test.go2
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) {