Skip to content

Commit

Permalink
Merge 119739e into a51944f
Browse files Browse the repository at this point in the history
  • Loading branch information
katstevens committed Jan 14, 2019
2 parents a51944f + 119739e commit 93c533b
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 85 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Test(Config):
DM_PLAIN_TEXT_LOGS = True
DM_LOG_LEVEL = 'CRITICAL'
WTF_CSRF_ENABLED = False
SERVER_NAME = 'localhost'
SERVER_NAME = 'localhost.localdomain'
DM_NOTIFY_API_KEY = 'not_a_real_key'
SECRET_KEY = 'verySecretKey'

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ python-coveralls==2.5.0
requests-mock==0.6.0
watchdog==0.8.3

git+https://github.com/alphagov/digitalmarketplace-test-utils.git@1.2.0#egg=digitalmarketplace-test-utils==1.2.0
git+https://github.com/alphagov/digitalmarketplace-test-utils.git@2.1.2#egg=digitalmarketplace-test-utils==2.1.2

0 comments on commit 93c533b

Please sign in to comment.