mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Merge pull request #1617 from alphagov/remove-flask-script
remove flask-script
This commit is contained in:
@@ -34,7 +34,7 @@ def test_form_contains_next_24h():
|
||||
|
||||
|
||||
@freeze_time("2016-01-01 11:09:00.061258")
|
||||
def test_form_defaults_to_now():
|
||||
def test_form_defaults_to_now(client):
|
||||
assert ChooseTimeForm().scheduled_for.data == ''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user