test: fix outputs [ci skip]

See https://build.coopcloud.tech/coop-cloud/abra/2035/1/5
This commit is contained in:
decentral1se 2024-07-10 13:20:26 +02:00
parent 3c9405a4ed
commit 4be8c8daed
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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