diff options
Diffstat (limited to 'server_test.go')
| -rw-r--r-- | server_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server_test.go b/server_test.go index 06b3edf..55950d4 100644 --- a/server_test.go +++ b/server_test.go @@ -200,8 +200,6 @@ func TestCiigoOnGet(t *testing.T) { } var expBody = tdata.Output[`/journal2/index.html`] - var gotBody = redactLastUpdated.ReplaceAll( - result.ResponseBody, []byte("[REDACTED]")) - test.Assert(t, `body`, string(expBody), string(gotBody)) + test.Assert(t, `body`, string(expBody), string(result.ResponseBody)) }) } |
