From 2f00ddb8c5c8acdf2d5c2e643c12f5c30d398ba3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 17 Jul 2023 15:55:37 +0200 Subject: [PATCH] Fix test --- umap/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/tests/test_views.py b/umap/tests/test_views.py index 069b4859..101c4956 100644 --- a/umap/tests/test_views.py +++ b/umap/tests/test_views.py @@ -260,4 +260,4 @@ def test_user_dashboard_display_user_maps(client, map): assert f"{map.get_absolute_url()}?share" in body assert f"{map.get_absolute_url()}?download" in body assert "Everyone (public)" in body - assert "Only owner" in body + assert "Owner only" in body