Skip to content

Commit

Permalink
fix not a valid cookie domain warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust authored and tobiashuste committed Sep 7, 2018
1 parent a8f2616 commit 41e2a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def base_app(request):
SQLALCHEMY_TRACK_MODIFICATIONS=False,
SQLALCHEMY_DATABASE_URI=os.getenv('SQLALCHEMY_DATABASE_URI',
'sqlite://'),
SERVER_NAME='localhost',
SERVER_NAME='localhost.localdomain',
SECRET_KEY='TEST',
SECURITY_DEPRECATED_PASSWORD_SCHEMES=[],
SECURITY_PASSWORD_HASH='plaintext',
Expand Down

0 comments on commit 41e2a3e

Please sign in to comment.