summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-09-08 23:27:55 -0600
committerAnthony Fok <foka@debian.org>2015-09-13 05:21:24 -0600
commit29aa9baecd2242bc86706c3fc09bc32cf854cff0 (patch)
tree3776074667c07707203ffcb81c633dd9c7f06af3 /utils
parentd05b297e61774a4ad09e5f9720d21a8dbd373cd7 (diff)
Complete the Url-to-URL transition in tests
See #959
Diffstat (limited to 'utils')
-rw-r--r--utils/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils_test.go b/utils/utils_test.go
index 7c47ef970..4ec2a4eec 100644
--- a/utils/utils_test.go
+++ b/utils/utils_test.go
@@ -10,7 +10,7 @@ func TestCutUsageMessage(t *testing.T) {
cutMessage string
}{
{"", ""},
- {" Usage of hugo: \n -b, --baseUrl=...", ""},
+ {" Usage of hugo: \n -b, --baseURL=...", ""},
{"Some error Usage of hugo: \n", "Some error"},
{"Usage of hugo: \n -b --baseU", ""},
{"CRITICAL error for usage of hugo ", "CRITICAL error for usage of hugo"},