From 5f25faf5c6961665aab6625e64bf09fb2a45d708 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 7 Sep 2021 14:07:07 -0700 Subject: Update http -> https links in tests / commments We have to update our test link to get chef-server to pass. I updated all the comments while I was there. Signed-off-by: Tim Smith --- lib/chef_zero/endpoints/license_endpoint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef_zero/endpoints/license_endpoint.rb') diff --git a/lib/chef_zero/endpoints/license_endpoint.rb b/lib/chef_zero/endpoints/license_endpoint.rb index 1e5aece..25922da 100644 --- a/lib/chef_zero/endpoints/license_endpoint.rb +++ b/lib/chef_zero/endpoints/license_endpoint.rb @@ -17,7 +17,7 @@ module ChefZero "limit_exceeded" => (node_count > MAX_NODE_COUNT) ? true : false, "node_license" => MAX_NODE_COUNT, "node_count" => node_count, - "upgrade_url" => "http://blah.com", + "upgrade_url" => "https://blah.com", }) end end -- cgit v1.2.1