Skip to content

Commit

Permalink
Updating specs
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Jan 8, 2024
1 parent 62f5e9d commit 371c38f
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-12-13")
expect(mixin.best_api_version).to eq("2023-07-01")
end
end

Expand Down

0 comments on commit 371c38f

Please sign in to comment.