Skip to content

Commit

Permalink
Updated the metadata versions and this time, the tests too
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
John McCrae committed Oct 17, 2023
1 parent 0223c87 commit 2e5ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/mixin/azure_metadata_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
let(:response) { double("Net::HTTP Response", code: "404") }

it "returns the most recent version we know of" do
expect(mixin.best_api_version).to eq("2021-10-01")
expect(mixin.best_api_version).to eq("2021-12-13")
end
end

Expand Down

0 comments on commit 2e5ce22

Please sign in to comment.