Skip to content

Commit

Permalink
ok this should be it
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Nov 8, 2023
1 parent ae00e3b commit 249cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ def test_tracking_config(self):
assert "ganalytics" in tracking_settings
assert tracking_settings["ganalytics"]["utm_source"] == "my-source"

@pytest.mark.skipif(SENDGRID_5)
@pytest.mark.skipif(SENDGRID_5, reason="not supported in v5")
def test_reply_to_list(self):
msg = EmailMessage(
subject="Hello, World!",
Expand Down

0 comments on commit 249cefd

Please sign in to comment.