diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-02-17 21:14:52 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-02-18 07:53:25 +0100 |
commit | 07ab7ae3d2e64dafb8f6dab937986d8e366d1fe5 (patch) | |
tree | e208621d1a05c6d1d288445ccaa051bf33fbc92b /hugolib/robotstxt_test.go | |
parent | ed847ed93d86d0e1c0993adfee787e7fa02e604b (diff) | |
download | hugo-07ab7ae3d2e64dafb8f6dab937986d8e366d1fe5.tar.gz hugo-07ab7ae3d2e64dafb8f6dab937986d8e366d1fe5.zip |
hugolib: More test helper cleanup
Diffstat (limited to 'hugolib/robotstxt_test.go')
-rw-r--r-- | hugolib/robotstxt_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/robotstxt_test.go b/hugolib/robotstxt_test.go index 6ed493e63..b60a2e5f7 100644 --- a/hugolib/robotstxt_test.go +++ b/hugolib/robotstxt_test.go @@ -41,6 +41,6 @@ func TestRobotsTXTOutput(t *testing.T) { buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) - th.assertFileContent("public/robots.txt", true, "User-agent: Googlebot") + th.assertFileContent("public/robots.txt", "User-agent: Googlebot") } |