Ignore all under /workspace/current_user

This commit is contained in:
Denis Bilenko 2024-12-18 21:33:42 +01:00
parent 727dc793c7
commit e7b77eb8bc
1 changed files with 1 additions and 3 deletions

View File

@ -97,9 +97,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
"/resources/jobs/project_name_$UNIQUE_PRJ_job/url", "/resources/jobs/project_name_$UNIQUE_PRJ_job/url",
"/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/catalog", "/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/catalog",
"/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/url", "/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/url",
"/workspace/current_user/externalId", "/workspace/current_user",
"/workspace/current_user/groups",
"/workspace/current_user/name/familyName",
} }
testcli.RequireOutputJQ(t, ctx, []string{"bundle", "summary", "--output", "json"}, "testdata/default_python/bundle_summary.txt", ignoredFields) testcli.RequireOutputJQ(t, ctx, []string{"bundle", "summary", "--output", "json"}, "testdata/default_python/bundle_summary.txt", ignoredFields)