Skip to content

Commit

Permalink
test: Fix failing test_ec2.py test (#5324)
Browse files Browse the repository at this point in the history
#5321 missed one test update. Fix it.
  • Loading branch information
TheRealFalcon committed May 24, 2024
1 parent d677663 commit 74dc7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/sources/test_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ def test_convert_ec2_metadata_network_config_multi_nics_ipv6_only(self):
},
}
distro = mock.Mock()
distro.network_activator = activators.NetplanActivator
distro.network_renderer = netplan.Renderer
assert expected == ec2.convert_ec2_metadata_network_config(
network_metadata, distro, macs_to_nics
)
Expand Down

0 comments on commit 74dc7cc

Please sign in to comment.