mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
fixed test failures
This commit is contained in:
@@ -60,4 +60,6 @@ def test_commit_hash():
|
||||
create_app(app)
|
||||
|
||||
with app.app_context() as current_app:
|
||||
assert current_app.app.config["COMMIT_HASH"] == "-------"
|
||||
commit_hash = current_app.app.config["COMMIT_HASH"]
|
||||
sanitized_commit_hash = commit_hash.replace("”", "").replace("“", "").strip()
|
||||
assert sanitized_commit_hash == "------"
|
||||
|
||||
Reference in New Issue
Block a user