mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Updated tests to match the formatting work done in the admin repo
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -12,7 +12,14 @@ from notifications_utils.letter_timings import (
|
||||
|
||||
@freeze_time("2017-07-14 13:59:59") # Friday, before print deadline (3PM EST)
|
||||
@pytest.mark.parametrize(
|
||||
"upload_time, expected_print_time, is_printed, first_class, expected_earliest, expected_latest",
|
||||
(
|
||||
"upload_time",
|
||||
"expected_print_time",
|
||||
"is_printed",
|
||||
"first_class",
|
||||
"expected_earliest",
|
||||
"expected_latest",
|
||||
),
|
||||
[
|
||||
# EST
|
||||
# ==================================================================
|
||||
|
||||
Reference in New Issue
Block a user