summaryrefslogtreecommitdiffstats
path: root/commands/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server_test.go')
-rw-r--r--commands/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/server_test.go b/commands/server_test.go
index 92afe1928..dea79ed7e 100644
--- a/commands/server_test.go
+++ b/commands/server_test.go
@@ -46,7 +46,7 @@ func TestFixURL(t *testing.T) {
for i, test := range tests {
viper.Reset()
baseURL = test.CLIBaseURL
- viper.Set("BaseURL", test.CfgBaseURL)
+ viper.Set("baseURL", test.CfgBaseURL)
serverAppend = test.AppendPort
serverPort = test.Port
result, err := fixURL(baseURL)