test: fix outputs [ci skip]
See https://build.coopcloud.tech/coop-cloud/abra/2035/1/5
This commit is contained in:
parent
3c9405a4ed
commit
4be8c8daed
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user