From 2e5ce224724a421b83e6a6a6294c471c2db4daa6 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Tue, 17 Oct 2023 10:55:37 -0700 Subject: [PATCH] Updated the metadata versions and this time, the tests too Signed-off-by: John McCrae --- spec/unit/mixin/azure_metadata_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/mixin/azure_metadata_spec.rb b/spec/unit/mixin/azure_metadata_spec.rb index 0a3c0455c..c98e4cf46 100644 --- a/spec/unit/mixin/azure_metadata_spec.rb +++ b/spec/unit/mixin/azure_metadata_spec.rb @@ -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