get rid of some noise in status updates

This commit is contained in:
Kenneth Kehl
2025-01-16 08:38:51 -08:00
parent 92935867ea
commit 3e8015ed50
5 changed files with 31 additions and 10 deletions
+1 -3
View File
@@ -122,9 +122,7 @@ def test_static_pages(client_request, mock_get_organization_by_domain, view, moc
session["user_id"] = None
request(
_expected_status=302,
_expected_redirect="/sign-in?next={}".format(
url_for("main.{}".format(view))
),
_expected_redirect="/sign-in?next={}".format(url_for("main.{}".format(view))),
)