mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-22 03:04:57 -04:00
Merge branch 'add-new-rate-logic' of github.com:alphagov/notifications-admin into add-new-rate-logic
This commit is contained in:
@@ -698,7 +698,7 @@ def test_should_show_all_jobs_with_valid_statuses(
|
||||
})
|
||||
|
||||
|
||||
def test_should_show_remaining_fee_tier_count(
|
||||
def test_should_show_remaining_free_tier_count(
|
||||
logged_in_client,
|
||||
mock_get_service_templates,
|
||||
mock_get_template_statistics,
|
||||
@@ -719,7 +719,7 @@ def test_should_show_remaining_fee_tier_count(
|
||||
assert 'free text messages left' in response.get_data(as_text=True)
|
||||
|
||||
|
||||
def test_should_show_cost_if_exceeded_fee_tier_count(
|
||||
def test_should_show_cost_if_exceeded_free_tier_count(
|
||||
logged_in_client,
|
||||
mock_get_service_templates,
|
||||
mock_get_template_statistics,
|
||||
|
||||
Reference in New Issue
Block a user