Skip to content

Commit

Permalink
Turn off debug logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stein Fletcher committed Aug 11, 2019
1 parent 2effc0d commit 56585c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks_test.go
Expand Up @@ -905,7 +905,7 @@ func TestMocks_Standalone_WithContainer(t *testing.T) {
Body(`{"a": 12345}`).
Status(http.StatusOK).
End(),
).Debug().
).
End()
defer reset()

Expand Down

0 comments on commit 56585c6

Please sign in to comment.