Skip to content

Commit

Permalink
fix resource set definition in setup
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Jan 6, 2025
1 parent dd2518a commit bb6165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/backup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

func SetupRancherResourceSet(o *ObjectTracker) {
rsc := test.Data("rancher-resource-set.yaml")
rsc := test.Data("rancher-resource-set-basic.yaml")
rscObj := &backupv1.ResourceSet{}
Expect(yaml.Unmarshal(rsc, rscObj)).To(Succeed())
o.Add(rscObj)
Expand Down

0 comments on commit bb6165b

Please sign in to comment.