Skip to content

Commit

Permalink
Update checksum in test file to get test to pass
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <[email protected]>
  • Loading branch information
clintoncwolfe committed Jun 24, 2021
1 parent c624631 commit 88450d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/functional/fetchers/net_fetcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def stub_ohai(options = {}, &block); end

context "when the file is less than 10240 bytes" do
let(:source_url) { "https://downloads.chef.io/packages-chef-io-public.key" }
let(:source_md5) { "012a2c4e2a8edb86b2c072f02eea9f40" }
let(:source_md5) { "369efc3a19b9118cdf51c7e87a34f266" }

it "downloads the file" do
fetch!
Expand Down

0 comments on commit 88450d5

Please sign in to comment.