Combine post-deploy and post-rollback

This commit is contained in:
Donal McBreen
2023-05-23 12:14:37 +01:00
parent 004f1b04e6
commit cc2b321d93
5 changed files with 5 additions and 26 deletions

View File

@@ -205,7 +205,7 @@ class CliMainTest < CliTestCase
test "rollback runs post deploy hook" do
Mrsk::Cli::Main.any_instance.stubs(:container_available?).returns(true)
ensure_hook_runs("post-rollback")
ensure_hook_runs("post-deploy")
run_command("rollback", "123")
end