Skip to content

Commit

Permalink
feat: Application specific tests for Dex
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Dec 9, 2024
1 parent 0de3928 commit 7ecd3a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apptests/appscenarios/dex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 7ecd3a6

Please sign in to comment.