hugolib: Camelcase ALL_CAPS vars and const in tests

See #2014
This commit is contained in:
Bjørn Erik Pedersen
2016-04-07 16:10:41 +02:00
parent 05b888877d
commit 3950b1375c
4 changed files with 45 additions and 45 deletions

View File

@@ -44,7 +44,7 @@ func TestSitemapOutput(t *testing.T) {
viper.Set("baseurl", "http://auth/bub/")
s := &Site{
Source: &source.InMemorySource{ByteSource: WEIGHTED_SOURCES},
Source: &source.InMemorySource{ByteSource: weightedSources},
}
s.initializeSiteInfo()