diff --git a/cli/app/new.go b/cli/app/new.go index 9a81c5814..27bda8f42 100644 --- a/cli/app/new.go +++ b/cli/app/new.go @@ -191,7 +191,7 @@ var appNewCommand = cli.Command{ fmt.Println("Generated secrets:") fmt.Println("") secretTable.Render() - log.Warn("Generated secrets are not shown again, please take note of them NOW") + log.Warn("generated secrets are not shown again, please take note of them NOW") } return nil diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index 57d0ad078..ccdcf8357 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -269,7 +269,7 @@ teardown(){ @test "error if specific version does not exist" { run $ABRA app deploy "$TEST_APP_DOMAIN" DOESNTEXIST --no-input --no-converge-checks assert_failure - assert_output --partial "doesn't seem to have version DOESNTEXIST available" + assert_output --partial "reference not found" } # bats test_tags=slow