File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkg/web/src/app/queries/mocks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if (process.env.NODE_ENV === 'test' || process.env.DATA_SOURCE === 'mock') {
23
23
type : 'vsphere' ,
24
24
object : {
25
25
apiVersion : '12345' ,
26
- kind : 'foo-kind ' ,
26
+ kind : 'forklift.konveyor.io~v1beta1~Provider ' ,
27
27
metadata : {
28
28
name : 'vcenter-1' ,
29
29
namespace : 'openshift-migration' ,
@@ -164,7 +164,7 @@ if (process.env.NODE_ENV === 'test' || process.env.DATA_SOURCE === 'mock') {
164
164
selfLink : 'providers/ovirt/foo1' ,
165
165
type : 'ovirt' ,
166
166
object : {
167
- kind : 'Provider' ,
167
+ kind : 'forklift.konveyor.io~v1beta1~ Provider' ,
168
168
apiVersion : 'forklift.konveyor.io/v1beta1' ,
169
169
metadata : {
170
170
name : 'rhv-1' ,
@@ -267,7 +267,7 @@ if (process.env.NODE_ENV === 'test' || process.env.DATA_SOURCE === 'mock') {
267
267
type : 'openshift' ,
268
268
object : {
269
269
apiVersion : '12345' ,
270
- kind : 'foo-kind ' ,
270
+ kind : 'forklift.konveyor.io~v1beta1~Provider ' ,
271
271
metadata : {
272
272
name : 'ocpv-1' ,
273
273
namespace : 'openshift-migration' ,
You can’t perform that action at this time.
0 commit comments