From 3a1d624d8fe41600aa58e8ec76bef276c864ca5c Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 4 Jan 2024 15:43:43 -0500 Subject: [PATCH] Missed a test --- tests/app/main/views/accounts/test_choose_accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/accounts/test_choose_accounts.py b/tests/app/main/views/accounts/test_choose_accounts.py index 8b94ebe64..dae5c712a 100644 --- a/tests/app/main/views/accounts/test_choose_accounts.py +++ b/tests/app/main/views/accounts/test_choose_accounts.py @@ -363,7 +363,7 @@ def test_should_show_back_to_service_if_user_belongs_to_service( ): mock_get_service.return_value = service_one expected_page_text = ( - "Test Service Switch service " "Send messages " "Dashboard " "Team members" + "Test Service Switch service " "Send messages " "Dashboard " "Usage" ) # TODO: set sidebar variables in common test module page = client_request.get(