mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-26 15:48:32 -04:00
Reverse codes that uses filtering of trial mode services
This commit is contained in:
@@ -1548,8 +1548,7 @@ def test_get_services_with_detailed_flag_accepts_date_range(client, mocker):
|
||||
start_date=date(2001, 1, 1),
|
||||
end_date=date(2002, 2, 2),
|
||||
only_active=ANY,
|
||||
include_from_test_key=ANY,
|
||||
trial_mode_services=ANY
|
||||
include_from_test_key=ANY
|
||||
)
|
||||
assert resp.status_code == 200
|
||||
|
||||
@@ -1566,8 +1565,7 @@ def test_get_services_with_detailed_flag_defaults_to_today(client, mocker):
|
||||
end_date=date(2002, 2, 2),
|
||||
include_from_test_key=ANY,
|
||||
only_active=ANY,
|
||||
start_date=date(2002, 2, 2),
|
||||
trial_mode_services=ANY
|
||||
start_date=date(2002, 2, 2)
|
||||
)
|
||||
|
||||
assert resp.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user