mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Filter letter rates by post_class in get_rate
Also adjust existing tests.
This commit is contained in:
@@ -228,7 +228,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) == 10
|
||||
assert len(letter_rates) == 30
|
||||
|
||||
|
||||
def test_get_rate(notify_db_session):
|
||||
|
||||
Reference in New Issue
Block a user