From 4ba1946868b0bea952d0481275deeea0cfc4de35 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 2 Jun 2023 11:54:44 -0400 Subject: [PATCH] Fix test about subject Introduced in 5460876ff40dea180848fd4a478a9399b86b3b45 --- umap/tests/test_map_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/tests/test_map_views.py b/umap/tests/test_map_views.py index 41227d85..2b7489ec 100644 --- a/umap/tests/test_map_views.py +++ b/umap/tests/test_map_views.py @@ -596,4 +596,4 @@ def test_can_send_link_on_anonymous_map_with_cookie(cookieclient, anonymap): resp = cookieclient.post(url, {"email": "foo@bar.org"}) assert resp.status_code == 200 assert len(mail.outbox) == 1 - assert mail.outbox[0].subject == "Your secret edit link" + assert mail.outbox[0].subject == "The uMap edit link for your map: test map"