diff --git a/tests/fixtures10.py b/tests/fixtures10.py index aa538e2..5f010ad 100644 --- a/tests/fixtures10.py +++ b/tests/fixtures10.py @@ -1,6 +1,6 @@ # flake8: noqa -HOST = 'example.com' +HOST = 'example.locahost' DISCOVERY_PATH = '/some/discovery/path' DISCOVERY_URI_HTTP = "http://%s%s" % (HOST, DISCOVERY_PATH) diff --git a/tests/fixtures11.py b/tests/fixtures11.py index 2405856..ae0cb2f 100644 --- a/tests/fixtures11.py +++ b/tests/fixtures11.py @@ -1,6 +1,6 @@ # flake8: noqa -HOST = 'example.com' +HOST = 'example.localhost' DISCOVERY_PATH = '/some/discovery/path' DISCOVERY_URI_HTTP = "http://%s%s" % (HOST, DISCOVERY_PATH)