Skip to content

Commit

Permalink
Merge pull request #5341 from hypothesis/remove-unused-es-mock
Browse files Browse the repository at this point in the history
Remove an unused `pyramid_request.es` mock
  • Loading branch information
robertknight committed Oct 4, 2018
2 parents 431aa89 + 81cc460 commit a351045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/h/services/annotation_stats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def svc(pyramid_request):

@pytest.fixture
def pyramid_request(pyramid_request):
pyramid_request.es = mock.Mock()
pyramid_request.stats = mock.Mock()
return pyramid_request

Expand Down

0 comments on commit a351045

Please sign in to comment.