Skip to content

Commit

Permalink
[#239] Fix flake issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ffafara-tw committed Nov 3, 2020
1 parent 81877b7 commit 94b91a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/app/v2/notifications/test_get_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
VA_PROFILE_ID,
)


@pytest.mark.parametrize('billable_units, provider', [
(1, 'mmg'),
(0, 'mmg'),
Expand Down Expand Up @@ -83,7 +84,7 @@ def test_get_notification_by_id_returns_200(

@pytest.mark.parametrize('recipient_identifiers', [
None,
[{ "id_type": VA_PROFILE_ID, "id_value": "some vaprofileid" }]
[{"id_type": VA_PROFILE_ID, "id_value": "some vaprofileid"}]
])
def test_get_notification_by_id_with_placeholders_and_recipient_identifiers_returns_200(
client, sample_email_template_with_placeholders, recipient_identifiers
Expand Down

0 comments on commit 94b91a5

Please sign in to comment.