Loading test/tests.bats +4 −4 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ function teardown() { echo - } @test "deploy without manifest should fail" { #@test "deploy without manifest should fail" { # WHEN run deploy integration false acme1 my-acme-host domain.mine # run deploy integration false acme1 my-acme-host domain.mine # printf "%s\n" "${lines[@]}" > /tmp/bats.out # THEN assert_failure } # assert_failure #} @test "deploy with readiness check KO should fail" { # GIVEN Loading Loading
test/tests.bats +4 −4 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ function teardown() { echo - } @test "deploy without manifest should fail" { #@test "deploy without manifest should fail" { # WHEN run deploy integration false acme1 my-acme-host domain.mine # run deploy integration false acme1 my-acme-host domain.mine # printf "%s\n" "${lines[@]}" > /tmp/bats.out # THEN assert_failure } # assert_failure #} @test "deploy with readiness check KO should fail" { # GIVEN Loading