Skip to content

Commit

Permalink
selinuxpolicy: e2e: Add version as a parameter in call to GetManifest
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Sehgal <[email protected]>
  • Loading branch information
swatisehgal committed Jul 14, 2022
1 parent e5b70e8 commit be11cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/positive.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ var _ = ginkgo.Describe("[PositiveFlow] Deployer execution", func() {
ns, err := manifests.Namespace(manifests.ComponentResourceTopologyExporter)
gomega.Expect(err).ToNot(gomega.HaveOccurred())

mf, err := rte.GetManifests(platform.Kubernetes, ns.Name)
mf, err := rte.GetManifests(platform.Kubernetes, platform.Version("1.23"), ns.Name)
gomega.Expect(err).ToNot(gomega.HaveOccurred())
mf = mf.Render(rte.RenderOptions{
Namespace: ns.Name,
Expand Down

0 comments on commit be11cad

Please sign in to comment.