@@ -1262,7 +1262,7 @@ func TestGitOpsTeamSofwareInstallers(t *testing.T) {
1262
1262
{"testdata/gitops/team_software_installer_install_not_found.yml" , "no such file or directory" },
1263
1263
{"testdata/gitops/team_software_installer_post_install_not_found.yml" , "no such file or directory" },
1264
1264
{"testdata/gitops/team_software_installer_no_url.yml" , "software URL is required" },
1265
- {"testdata/gitops/team_software_installer_invalid_self_service_value.yml" , "\" packages\" must be a bool, found string" },
1265
+ {"testdata/gitops/team_software_installer_invalid_self_service_value.yml" , "\" packages.self_service \" must be a bool, found string" },
1266
1266
}
1267
1267
for _ , c := range cases {
1268
1268
t .Run (filepath .Base (c .file ), func (t * testing.T ) {
@@ -1383,7 +1383,7 @@ func TestGitOpsTeamVPPApps(t *testing.T) {
1383
1383
{"testdata/gitops/team_vpp_valid_empty.yml" , "" , time .Now ().Add (- 24 * time .Hour )},
1384
1384
{"testdata/gitops/team_vpp_valid_app.yml" , "VPP token expired" , time .Now ().Add (- 24 * time .Hour )},
1385
1385
{"testdata/gitops/team_vpp_invalid_app.yml" , "app not available on vpp account" , time .Now ().Add (24 * time .Hour )},
1386
- {"testdata/gitops/team_vpp_incorrect_type.yml" , "\" app_store_apps\" must be a string, found number" , time .Now ().Add (24 * time .Hour )},
1386
+ {"testdata/gitops/team_vpp_incorrect_type.yml" , "\" app_store_apps.app_store_id \" must be a string, found number" , time .Now ().Add (24 * time .Hour )},
1387
1387
{"testdata/gitops/team_vpp_empty_adamid.yml" , "software app store id required" , time .Now ().Add (24 * time .Hour )},
1388
1388
}
1389
1389
0 commit comments