mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-30 15:12:33 -04:00
Clean up old text message price
Now that the new price is in effect, we don’t need to check the date to see which price should be displayed to the user.
This commit is contained in:
@@ -13,8 +13,6 @@ from app.main.views.sub_navigation_dictionaries import pricing_nav
|
||||
|
||||
|
||||
def get_current_sms_rate():
|
||||
if convert_utc_to_bst(datetime.utcnow()) < convert_utc_to_bst(datetime(2022, 5, 1)):
|
||||
return '1.61'
|
||||
return '1.72'
|
||||
|
||||
|
||||
|
||||
@@ -359,7 +359,6 @@ def test_font_preload(
|
||||
|
||||
|
||||
@pytest.mark.parametrize('current_date, expected_rate', (
|
||||
('2022-04-30', '1.61'),
|
||||
('2022-05-01', '1.72'),
|
||||
))
|
||||
def test_sms_price(
|
||||
|
||||
Reference in New Issue
Block a user