Fix failing tests
This commit is contained in:
@@ -91,6 +91,7 @@ func TestImportExport(t *testing.T) {
|
||||
Type: envoyx.DecodeTypeStore,
|
||||
Params: map[string]any{
|
||||
"storer": defaultStore,
|
||||
"dal": defaultDal,
|
||||
},
|
||||
Filter: map[string]envoyx.ResourceFilter{
|
||||
types.ChartResourceType: {},
|
||||
|
||||
@@ -91,6 +91,7 @@ func TestRbacImportExport(t *testing.T) {
|
||||
Type: envoyx.DecodeTypeStore,
|
||||
Params: map[string]any{
|
||||
"storer": defaultStore,
|
||||
"dal": defaultDal,
|
||||
},
|
||||
Filter: map[string]envoyx.ResourceFilter{
|
||||
types.ModuleResourceType: {},
|
||||
|
||||
@@ -92,6 +92,7 @@ func TestResTrImportExport(t *testing.T) {
|
||||
Type: envoyx.DecodeTypeStore,
|
||||
Params: map[string]any{
|
||||
"storer": defaultStore,
|
||||
"dal": defaultDal,
|
||||
},
|
||||
Filter: map[string]envoyx.ResourceFilter{
|
||||
types.ModuleResourceType: {},
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace:
|
||||
title: Test Namespace 1 Module 1 Field 1
|
||||
test_ns_1_mod_1_f2:
|
||||
title: Test Namespace 1 Module 1 Field 2
|
||||
kind: Number
|
||||
kind: String
|
||||
source:
|
||||
- from: records.csv
|
||||
key: ID
|
||||
|
||||
Reference in New Issue
Block a user