From 07ab7ae3d2e64dafb8f6dab937986d8e366d1fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 17 Feb 2017 21:14:52 +0100 Subject: hugolib: More test helper cleanup --- hugolib/robotstxt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/robotstxt_test.go') 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") } -- cgit v1.2.3