From 7a8f395ea79d34c0dea8c3ec4913b8917c16dddc Mon Sep 17 00:00:00 2001 From: joeydoyecaci Date: Tue, 20 Aug 2024 18:12:40 +0000 Subject: [PATCH] removed PPTASTestHost --- pkg/handlers/apitests.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/handlers/apitests.go b/pkg/handlers/apitests.go index 9ae4dfc960c..0bd1ae31bac 100644 --- a/pkg/handlers/apitests.go +++ b/pkg/handlers/apitests.go @@ -39,8 +39,6 @@ const ( AdminTestHost string = "admin.example.com" // PrimeTestHost PrimeTestHost string = "prime.example.com" - // PrimeTestHost - PPTASTestHost string = "pptas.example.com" ) // ApplicationTestServername is a collection of the test servernames @@ -51,7 +49,6 @@ func ApplicationTestServername() auth.ApplicationServername { OrdersServername: OrdersTestHost, AdminServername: AdminTestHost, PrimeServername: PrimeTestHost, - PPTASServerName: PrimeTestHost, } }