diff --git a/acceptance/bundle/artifacts/unique_name_libraries/output.txt b/acceptance/bundle/artifacts/unique_name_libraries/output.txt index ecc7bf57b..634574bf5 100644 --- a/acceptance/bundle/artifacts/unique_name_libraries/output.txt +++ b/acceptance/bundle/artifacts/unique_name_libraries/output.txt @@ -2,8 +2,8 @@ >>> errcode [CLI] bundle deploy Building whl1... Building whl2... -Uploading [package name] -Uploading [package name] +Uploading [package name]... +Uploading [package name]... Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/unique_name_libraries/default/files... Deploying resources... Updating deployment state... diff --git a/acceptance/bundle/artifacts/unique_name_libraries/test.toml b/acceptance/bundle/artifacts/unique_name_libraries/test.toml index f548ef4fc..7956c1909 100644 --- a/acceptance/bundle/artifacts/unique_name_libraries/test.toml +++ b/acceptance/bundle/artifacts/unique_name_libraries/test.toml @@ -2,5 +2,5 @@ RecordRequests = false # The order in which files are uploaded can be different, so we just replace the name [[Repls]] -Old="Uploading .*-0.0.1-py3-none-any.whl..." +Old="Uploading (my_package|my_other_package)-0.0.1-py3-none-any.whl" New="Uploading [package name]"