0
0
forked from toolshed/abra

test: even moar integration suite patches

This commit is contained in:
decentral1se 2024-12-28 17:16:53 +01:00
parent dc4c6784cb
commit 866c5c4536
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 0 additions and 12 deletions

View File

@ -48,11 +48,9 @@ teardown(){
--server "$TEST_SERVER" \
--domain "foobar.$TEST_SERVER"
assert_success
assert_output --partial "new app 'foobar' created"
run $ABRA app deploy "foobar.$TEST_SERVER" --no-input
assert_success
assert_output --partial 'using latest commit'
}
@test "create new recipe with git credentials" {

View File

@ -32,13 +32,3 @@ setup() {
assert_success
assert_output "$latestVersion"
}
@test "app is first service listed" {
run bash -c '$ABRA recipe versions gitea --machine | jq -r ".[0].service" | uniq'
assert_success
assert_output 'app'
run bash -c '$ABRA recipe versions gitea --machine | jq -r ".[1].service" | uniq'
assert_success
assert_output 'db'
}