From e7b77eb8bc54e0221cb3d40a2e6ba11144327085 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Wed, 18 Dec 2024 21:33:42 +0100 Subject: [PATCH] Ignore all under /workspace/current_user --- integration/bundle/init_default_python_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integration/bundle/init_default_python_test.go b/integration/bundle/init_default_python_test.go index b17ea687c..da8ff0c2f 100644 --- a/integration/bundle/init_default_python_test.go +++ b/integration/bundle/init_default_python_test.go @@ -97,9 +97,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) { "/resources/jobs/project_name_$UNIQUE_PRJ_job/url", "/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/catalog", "/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/url", - "/workspace/current_user/externalId", - "/workspace/current_user/groups", - "/workspace/current_user/name/familyName", + "/workspace/current_user", } testcli.RequireOutputJQ(t, ctx, []string{"bundle", "summary", "--output", "json"}, "testdata/default_python/bundle_summary.txt", ignoredFields)