Skip to content

Commit b6e7d1a

Browse files
committed
Ignore all under /workspace/current_user
1 parent ef5f905 commit b6e7d1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integration/bundle/init_default_python_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
9797
"/resources/jobs/project_name_$UNIQUE_PRJ_job/url",
9898
"/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/catalog",
9999
"/resources/pipelines/project_name_$UNIQUE_PRJ_pipeline/url",
100-
"/workspace/current_user/externalId",
101-
"/workspace/current_user/groups",
102-
"/workspace/current_user/name/familyName",
100+
"/workspace/current_user",
103101
}
104102

105103
testcli.RequireOutputJQ(t, ctx, []string{"bundle", "summary", "--output", "json"}, "testdata/default_python/bundle_summary.txt", ignoredFields)

0 commit comments

Comments
 (0)