mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Fix tests - update number fo letter rates in test
This commit is contained in:
@@ -230,7 +230,7 @@ def test_get_rates_for_billing(notify_db_session):
|
||||
non_letter_rates, letter_rates = get_rates_for_billing()
|
||||
|
||||
assert len(non_letter_rates) == 3
|
||||
assert len(letter_rates) == 30
|
||||
assert len(letter_rates) == 29
|
||||
|
||||
|
||||
def test_get_rate(notify_db_session):
|
||||
|
||||
Reference in New Issue
Block a user