Skip to content

Commit

Permalink
right port
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Aug 14, 2024
1 parent abd1153 commit aebdc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_instrument_products(dispatcher_live_fixture, mock_backend):
'table': 'table_query'}

def test_mock_server_lifetime():
resp = requests.get('http://127.0.0.1:9000')
resp = requests.get('http://127.0.0.1:8000')
assert resp.status_code == 200

def test_instrument_backend_unavailable(dispatcher_live_fixture):
Expand Down

0 comments on commit aebdc2f

Please sign in to comment.