mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-06 17:18:43 -04:00
Fix tests - update number fo letter rates in test
This commit is contained in:
@@ -35,7 +35,6 @@ NEW_RATES = [
|
||||
(uuid.uuid4(), start, 4, 0.71, False, 'first'),
|
||||
(uuid.uuid4(), start, 5, 0.76, True, 'first'),
|
||||
(uuid.uuid4(), start, 5, 0.76, False, 'first'),
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -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