From 58993cc3246a47a2bbe115d3bfabd3800925e5a9 Mon Sep 17 00:00:00 2001 From: crystal Date: Sat, 11 Jun 2022 16:55:46 -0600 Subject: [PATCH] oops --- integration/get_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/get_test.go b/integration/get_test.go index 7843fbe..ef00531 100644 --- a/integration/get_test.go +++ b/integration/get_test.go @@ -56,7 +56,7 @@ func TestGetNotFound(t *testing.T) { assert.NoError(t, err) if !assert.EqualValues(t, http.StatusNotFound, resp.StatusCode) { t.FailNow() - } + } assert.EqualValues(t, "text/html; charset=utf-8", resp.Header["Content-Type"][0]) assert.EqualValues(t, "37", resp.Header["Content-Length"][0]) assert.EqualValues(t, 37, getSize(resp.Body))