Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
hitsumabushi committed Oct 25, 2024
1 parent 57f57dc commit a56bcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/plugins/modules/test_ec2_metadata_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ def test__custom_uri(m_fetch_url, ec2_instance):
module.params = {
"ec2_metadata_token_uri": "http://example.com/ec2_metadata_token_uri"
}
default = ec2_metadata_facts.Ec2Metadata(module)
assert default.ec2_metadata_token_uri == "http://example.com/ec2_metadata_token_uri"
custom = ec2_metadata_facts.Ec2Metadata(module)
assert custom.ec2_metadata_token_uri == "http://example.com/ec2_metadata_token_uri"

0 comments on commit a56bcfe

Please sign in to comment.