Commit db8c7435 authored by Pascal Déchamboux's avatar Pascal Déchamboux
Browse files

Deploy without manifest not an error anymore (do nothing vs apps)

because template can manage only service instances at one time.
parent a374323f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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