Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Apr 7, 2021
1 parent f8ae754 commit 7f68322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -3351,7 +3351,7 @@ def test_internal_circular_fallback_to(self, config):
resp = httpx.get(SRV_8002 + '/serviceX', headers={'Host': SRV_8002_HOST}, timeout=30)
assert 504 == resp.status_code
assert resp.headers['Content-Type'] == 'text/html; charset=UTF-8'
assert resp.text == 'Redirected request to: GET http://service1.example.com:8001/serviceX is timed out!'
assert resp.text == 'Forwarded request to: GET http://service1.example.com:8001/serviceX is timed out!'

@pytest.mark.parametrize(('config'), [
'configs/fallback_to.json'
Expand Down

0 comments on commit 7f68322

Please sign in to comment.