Skip to content

Commit

Permalink
use local test domain instead of external example.com
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Sep 11, 2017
1 parent 474d829 commit 48f518d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures10.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures11.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 48f518d

Please sign in to comment.