Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 2, 2024
1 parent 09ae90b commit 2fd3812
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pkg/kotsutil/kots_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1051,18 +1051,7 @@ status: {}
v: "v1",
k: "Backup",
},
want: `apiVersion: velero.io/v1
kind: Backup
metadata:
creationTimestamp: null
name: backup
spec:
csiSnapshotTimeout: 0s
hooks: {}
metadata: {}
ttl: 0s
status: {}
`,
want: "",
},
{
name: "backup exists, EC",
Expand Down

0 comments on commit 2fd3812

Please sign in to comment.