Skip to content

Commit 7ea9851

Browse files
authored
Merge pull request #1470 from damdo/fix-capi-e2e-test-flavor-reference
fix: capi-e2e test flavor reference
2 parents 79cc2c3 + cdbc3b8 commit 7ea9851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/capi_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
6464
BootstrapClusterProxy: bootstrapClusterProxy,
6565
ArtifactFolder: artifactFolder,
6666
SkipCleanup: skipCleanup,
67-
Flavor: ptr.To[string]("topology"),
67+
Flavor: ptr.To[string]("ci-topology"),
6868
}
6969
})
7070
})

0 commit comments

Comments
 (0)