Skip to content

Commit

Permalink
Merge branch 'B-20256-MAIN-Prevent-Prime-users-from-accessing-PPTAS' …
Browse files Browse the repository at this point in the history
…into B-20256-INT-Prevent-Prime-users-from-accessing-PPTAS
  • Loading branch information
joeydoyecaci committed Aug 20, 2024
2 parents b0af656 + 7a8f395 commit c0e87ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/handlers/apitests.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,7 +49,6 @@ func ApplicationTestServername() auth.ApplicationServername {
OrdersServername: OrdersTestHost,
AdminServername: AdminTestHost,
PrimeServername: PrimeTestHost,
PPTASServerName: PrimeTestHost,
}
}

Expand Down

0 comments on commit c0e87ee

Please sign in to comment.