Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jul 15, 2024
1 parent 48648c4 commit 84cbe56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/main_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ class MainTest < IntegrationTest

kamal :deploy
assert_app_is_up version: first_version
assert_hooks_ran "pre-connect", "pre-build", "pre-deploy", "post-deploy"
assert_hooks_ran "pre-connect", "pre-deploy", "post-deploy"
assert_envs version: first_version

second_version = update_app_rev

kamal :redeploy
assert_app_is_up version: second_version
assert_hooks_ran "pre-connect", "pre-build", "pre-deploy", "post-deploy"
assert_hooks_ran "pre-connect", "pre-deploy", "post-deploy"

assert_accumulated_assets first_version, second_version

Expand Down

0 comments on commit 84cbe56

Please sign in to comment.