From 56585c658b4fdb2561b219b7d7c877aaff761fdd Mon Sep 17 00:00:00 2001 From: Stein Fletcher Date: Sun, 11 Aug 2019 23:19:13 +0100 Subject: [PATCH] Turn off debug logging in tests --- mocks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mocks_test.go b/mocks_test.go index 030fb6b..c54d039 100644 --- a/mocks_test.go +++ b/mocks_test.go @@ -905,7 +905,7 @@ func TestMocks_Standalone_WithContainer(t *testing.T) { Body(`{"a": 12345}`). Status(http.StatusOK). End(), - ).Debug(). + ). End() defer reset()