Skip to content

Commit

Permalink
ci/ui: change regex to check proxy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Feb 21, 2023
1 parent a077333 commit 7cb0589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var _ = Describe("E2E - Getting logs node", Label("logs"), func() {
checkRC(err)
err = os.WriteFile("squid.log", []byte(out), os.ModePerm)
checkRC(err)
Expect(out).Should(MatchRegexp("TCP_TUNNEL/200.*CONNECT git.rancher.io"))
Expect(out).Should(MatchRegexp("TCP_TUNNEL/200.*CONNECT charts.rancher.io"))
})
}
})
Expand Down

0 comments on commit 7cb0589

Please sign in to comment.