Skip to content

Commit

Permalink
Fix incorrect resource name causing E2E test error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Aug 18, 2023
1 parent 7949261 commit dae9175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-e2e/core/gitopsdeployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ var _ = Describe("GitOpsDeployment E2E tests", func() {
err = k8s.Create(&gitOpsDeploymentResource1, k8sClient)
Expect(err).To(Succeed())

gitOpsDeploymentResource2 := gitopsDeplFixture.BuildGitOpsDeploymentResource(fixture.GitopsDeploymentName,
gitOpsDeploymentResource2 := gitopsDeplFixture.BuildGitOpsDeploymentResource(fixture.GitopsDeploymentName+"2",
fixture.RepoURL, "resources/test-data/sample-gitops-repository/environments/overlays/dev",
managedgitopsv1alpha1.GitOpsDeploymentSpecType_Automated)

Expand Down

0 comments on commit dae9175

Please sign in to comment.