Skip to content

Commit

Permalink
Fix unknown domain test (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
maingoh committed Apr 16, 2020
1 parent f479724 commit 334c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def send_request_and_expect_retry(self, client, timeout, min_attempt_number):

def test_retry_network_failure(self):
http_retry = HTTPRetry(stop=stop_after_delay(self.DEFAULT_TIMEOUT))
client = get_client(host='http://unknown-domain.com',
client = get_client(host='http://invalid-domain.deepomatic.com',
http_retry=http_retry)
last_attempt = self.send_request_and_expect_retry(client, self.DEFAULT_TIMEOUT,
self.DEFAULT_MIN_ATTEMPT_NUMBER)
Expand Down

0 comments on commit 334c351

Please sign in to comment.