mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
hugolib: More test helper cleanup
This commit is contained in:
@@ -58,7 +58,7 @@ func doTestSitemapOutput(t *testing.T, internal bool) {
|
||||
s := buildSingleSite(t, depsCfg, BuildCfg{})
|
||||
th := testHelper{s.Cfg, s.Fs, t}
|
||||
|
||||
th.assertFileContent("public/sitemap.xml", true,
|
||||
th.assertFileContent("public/sitemap.xml",
|
||||
// Regular page
|
||||
" <loc>http://auth/bub/sect/doc1/</loc>",
|
||||
// Home page
|
||||
|
Reference in New Issue
Block a user