Skip to content

Commit

Permalink
ci: localhost -> 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 22, 2023
1 parent b53938c commit 5ce54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mets_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from ocrd_utils import pushd_popd, MIMETYPE_PAGE

WORKSPACE_DIR = '/tmp/ocrd-mets-server'
TRANSPORTS = ['/tmp/ocrd-mets-server.sock', 'http://localhost:12345']
TRANSPORTS = ['/tmp/ocrd-mets-server.sock', 'http://127.0.0.1:12345']

@fixture(scope='session', name='start_mets_server', params=TRANSPORTS)
def fixture_start_mets_server(request):
Expand Down

0 comments on commit 5ce54a5

Please sign in to comment.