diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-11-28 18:44:27 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-11-28 18:44:27 -0800 |
| commit | 09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2 (patch) | |
| tree | 7d86d4b5035bf924871bf99d4b1dfc00ec774280 /weed/command/scaffold_test.go | |
| parent | f60154f330a81354c433da37d612f235d1c0e4e9 (diff) | |
| download | seaweedfs-09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2.tar.xz seaweedfs-09c6d8fa320692b712b4ffcbbe3ed9b1fe0f43f2.zip | |
fix test
Diffstat (limited to 'weed/command/scaffold_test.go')
| -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) { |
