Skip to content

Commit

Permalink
Add expect to non default
Browse files Browse the repository at this point in the history
  • Loading branch information
trdoyle81 committed Aug 12, 2024
1 parent 0d85ccc commit 426e5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nondefaulte2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ var _ = BeforeSuite(func() {
Expect(configv1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(templatev1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(appsv1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(argoapi.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())

//+kubebuilder:scaffold:scheme

Expand Down

0 comments on commit 426e5e6

Please sign in to comment.