From 3dbd58536a4c37a2cc3b18572ac9e46bbd19d718 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 5 Jul 2025 11:45:17 -0600 Subject: feat: allow access from production sparkle --- tests/authorization/check_service_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/authorization/check_service_test.rs b/tests/authorization/check_service_test.rs index f6546802..fc1ab75a 100644 --- a/tests/authorization/check_service_test.rs +++ b/tests/authorization/check_service_test.rs @@ -131,7 +131,7 @@ mod tests { let hosts = vec![ "sparkle.staging.runway.gitlab.net", - // "sparkle.runway.gitlab.net", + "sparkle.runway.gitlab.net", ]; let routes = vec![ -- cgit v1.2.3