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()