Skip to content

Commit

Permalink
Update tests/app/dao/test_provider_details_dao.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Royer <[email protected]>
  • Loading branch information
sastels and jimleroyer authored May 16, 2024
1 parent 45bd22b commit 554ef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/dao/test_provider_details_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_get_sms_provider_with_equal_priority_returns_provider(


def test_get_current_sms_provider_returns_active_only(restore_provider_details):
# Note that we currently have two acive sms providers, sns and pinpoint
# Note that we currently have two active sms providers: sns and pinpoint.
current_provider = get_current_provider("sms")
current_provider.active = False
dao_update_provider_details(current_provider)
Expand Down

0 comments on commit 554ef3c

Please sign in to comment.