mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Update now to utcnow. All tests passing.
This commit is contained in:
@@ -5,7 +5,7 @@ from app.models import ProviderRates
|
||||
|
||||
|
||||
def test_create_provider_rates(notify_db, notify_db_session, mmg_provider_name):
|
||||
now = datetime.now()
|
||||
now = datetime.utcnow()
|
||||
rate = Decimal("1.00000")
|
||||
create_provider_rates(mmg_provider_name, now, rate)
|
||||
assert ProviderRates.query.count() == 1
|
||||
|
||||
Reference in New Issue
Block a user