Skip to content

Commit 04b288e

Browse files
committed
update configuration test case to include proxy_uri default value
1 parent f2fef52 commit 04b288e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/instance_agent/config_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ class InstanceAgentConfigTest < InstanceAgentTestCase
2727
:wait_between_runs => 30,
2828
:wait_after_error => 30,
2929
:codedeploy_test_profile => 'prod',
30-
:on_premises_config_file => '/etc/codedeploy-agent/conf/codedeploy.onpremises.yml'
30+
:on_premises_config_file => '/etc/codedeploy-agent/conf/codedeploy.onpremises.yml',
31+
:proxy_uri => nil
3132
}, InstanceAgent::Config.config)
3233
end
3334

0 commit comments

Comments
 (0)