Skip to content

Commit

Permalink
hack: fix cloud test (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
1aal authored Jul 30, 2024
1 parent cbeecbf commit 7e8f4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testing/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func testDynamicResources() []*restmapper.APIGroupResources {
{Name: "clusterdefinitions", Namespaced: false, Kind: "clusterdefinition"},
{Name: "clusterversions", Namespaced: false, Kind: "clusterversion"},
{Name: "opsrequests", Namespaced: true, Kind: "OpsRequest"},
{Name: "servicedescriptors", Namespaced: true, Kind: "ServiceDescriptor"},
},
},
},
Expand Down

0 comments on commit 7e8f4f9

Please sign in to comment.