Skip to content

Commit

Permalink
Removed annotation support from test
Browse files Browse the repository at this point in the history
  • Loading branch information
saima-s committed Jul 23, 2024
1 parent 42fe44a commit 98e0ef1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/function/create_csi_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ type CreateCSISnapshotTestSuite struct {
namespace string
volumeSnapshotClass string
storageClass string
annotations map[string]string
}

var _ = Suite(&CreateCSISnapshotTestSuite{})
Expand Down
1 change: 0 additions & 1 deletion pkg/function/delete_csi_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ type DeleteCSISnapshotTestSuite struct {
namespace string
volumeSnapshotClass string
storageClass string
annotations map[string]string
}

var _ = Suite(&DeleteCSISnapshotTestSuite{})
Expand Down
1 change: 0 additions & 1 deletion pkg/function/restore_csi_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ type RestoreCSISnapshotTestSuite struct {
namespace string
volumeSnapshotClass string
storageClass string
annotations map[string]string
}

var _ = Suite(&RestoreCSISnapshotTestSuite{})
Expand Down

0 comments on commit 98e0ef1

Please sign in to comment.