summaryrefslogtreecommitdiffstats
path: root/hugolib/sitemap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/sitemap_test.go')
-rw-r--r--hugolib/sitemap_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/sitemap_test.go b/hugolib/sitemap_test.go
index d46c8b05c..0ec51497a 100644
--- a/hugolib/sitemap_test.go
+++ b/hugolib/sitemap_test.go
@@ -38,7 +38,7 @@ const SITEMAP_TEMPLATE = `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap
func TestSitemapOutput(t *testing.T) {
testCommonResetState()
- viper.Set("baseurl", "http://auth/bub/")
+ viper.Set("baseURL", "http://auth/bub/")
s := &Site{
Source: &source.InMemorySource{ByteSource: weightedSources},