Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-kupries committed Aug 28, 2023
1 parent c100936 commit b1f9853
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions acceptance/services_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1164,13 +1164,14 @@ var _ = Describe("Services", LService, func() {
out, err = env.Epinio("", "service", "show", service)
Expect(err).ToNot(HaveOccurred(), out)

Expect(out).To(ContainSubstring("Service Details"))
Expect(out).To(ContainSubstring("Showing Service"))
Expect(out).To(
HaveATable(
WithHeaders("PARAMETER", "VALUE", "ACCESS PATH"),
WithRow("user", "ci\\/cd", "\\/services\\/"+service+"\\/user"),
WithHeaders("KEY", "VALUE"),
WithRow("nesting.here.hello", "user"),
),
)
Expect(out).ToNot(ContainSubstring("ingress"))

// Wait for app to resettle ...
By("waiting for app to resettle: " + appName)
Expand Down

0 comments on commit b1f9853

Please sign in to comment.