Skip to content

Commit

Permalink
Compute target namespace for webhook-based gitrepo test
Browse files Browse the repository at this point in the history
This was already done for polling-based gitrepo testing, but missing for
the webhook-based test case, which would lead to conflicts in some
cases.
  • Loading branch information
weyfonk committed Mar 13, 2024
1 parent bfb7216 commit c4ad77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/single-cluster/gitrepo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ var _ = Describe("Monitoring Git repos via HTTP for change", Label("infra-setup"
When("updating a git repository monitored via webhook", func() {
BeforeEach(func() {
repoName = "webhook-test"
targetNamespace = testenv.NewNamespaceName("target", r)
})

JustBeforeEach(func() {
Expand Down

0 comments on commit c4ad77c

Please sign in to comment.