We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b225ae0 commit 3c5dc0bCopy full SHA for 3c5dc0b
test/integration/main_test.rb
@@ -33,7 +33,7 @@ class MainTest < IntegrationTest
33
assert_match /App Host: vm1/, details
34
assert_match /App Host: vm2/, details
35
assert_match /basecamp\/kamal-proxy:#{Kamal::Configuration::Proxy::Boot::MINIMUM_VERSION}/, details
36
- assert_match /registry:4443\/app:#{first_version}/, details
+ assert_match /registry:5000\/app:#{first_version}/, details
37
38
audit = kamal :audit, capture: true
39
assert_match /Booted app version #{first_version}.*Booted app version #{second_version}.*Booted app version #{first_version}.*/m, audit
0 commit comments