Skip to content

Commit

Permalink
Add change channel to inventory.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pandemicsyn committed Aug 2, 2024
1 parent 5e2f0ed commit 239e963
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions e2e/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ func NewVersionHistoryPagination() Test {
}
}

func NewChangeChannel() Test {
return Test{
Name: "Change Channel",
TestimSuite: "change-channel",
Namespace: "change-channel",
UpstreamURI: "change-channel/automated",
}
}

func NewChangeLicense() Test {
return Test{
Name: "Change License",
Expand Down

0 comments on commit 239e963

Please sign in to comment.