Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fixed tests with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Mar 18, 2015
1 parent 438aacb commit e0a351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/influxdb/client_test.py
Expand Up @@ -454,7 +454,7 @@ def connection_error(self, *args, **kwargs):
)

@mock.patch('requests.Session.request')
def test_request_retry(self, mock_request):
def test_request_retry_raises(self, mock_request):
"""Tests that three connection errors will not be handled"""

class CustomMock(object):
Expand Down

0 comments on commit e0a351f

Please sign in to comment.