We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1220f57 commit 06fe334Copy full SHA for 06fe334
test/upgrade/olm_upgrade_test.go
@@ -141,6 +141,10 @@ func TestMNISTCreateAppWrapper(t *testing.T) {
141
142
// Create an AppWrapper resource
143
aw := &mcadv1beta2.AppWrapper{
144
+ TypeMeta: metav1.TypeMeta{
145
+ APIVersion: mcadv1beta2.GroupVersion.String(),
146
+ Kind: "AppWrapper",
147
+ },
148
ObjectMeta: metav1.ObjectMeta{
149
Name: appWrapperName,
150
Namespace: namespace.Name,
0 commit comments