update TestDeployBasicBundleLogs

This commit is contained in:
Denis Bilenko 2025-01-27 16:30:46 +01:00
parent 70869bdd6d
commit 177a09d1ab
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ func TestDeployBasicBundleLogs(t *testing.T) {
stdout, stderr := blackBoxRun(t, ctx, root, "bundle", "deploy")
assert.Equal(t, strings.Join([]string{
fmt.Sprintf("Error: failed to delete /Workspace/Users/%s/.bundle/%s/artifacts/.internal: unable to delete filer root", currentUser.UserName, uniqueId),
fmt.Sprintf("Uploading bundle files to /Workspace/Users/%s/.bundle/%s/files...", currentUser.UserName, uniqueId),
"Deploying resources...",
"Updating deployment state...",