From 48f518d51521cc70bce454a1332aae24928b6842 Mon Sep 17 00:00:00 2001 From: Sergey Polzunov Date: Mon, 11 Sep 2017 13:34:18 +0200 Subject: [PATCH] use local test domain instead of external example.com --- tests/fixtures10.py | 2 +- tests/fixtures11.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)