From 459ca8bed12ec3ddd637313990fa829ea254248d Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 20 Dec 2024 14:46:13 -0500 Subject: [PATCH] Updated navigation test --- tests/app/test_navigation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/test_navigation.py b/tests/app/test_navigation.py index 0d75e524f..8b9ade8c7 100644 --- a/tests/app/test_navigation.py +++ b/tests/app/test_navigation.py @@ -217,6 +217,7 @@ EXCLUDED_ENDPOINTS = tuple( "sign_in", "sign_out", "start_job", + "studio", "support", "suspend_service", "template_history",