diff --git a/apptests/appscenarios/dex_test.go b/apptests/appscenarios/dex_test.go index 98300ddab..1627412b6 100644 --- a/apptests/appscenarios/dex_test.go +++ b/apptests/appscenarios/dex_test.go @@ -140,10 +140,8 @@ var _ = Describe("Dex Tests", Label("dex"), func() { Context("testing the issuer URL", func() { It("should return a valid response from the DEX server", func() { - // Make a request to the issuer URL resp, err := http.Get("https://dex.kommander.svc.cluster.local:8080/dex") - // Ensure that we got a response without error gomega.Expect(err).NotTo(gomega.HaveOccurred()) gomega.Expect(resp.StatusCode).To(gomega.Equal(http.StatusOK))