Skip to content

Commit

Permalink
Fix test_render_template for rpios cfg update
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Oct 18, 2024
1 parent 1a850fe commit fcd247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test_render_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_variant_sets_default_user_in_cloud_cfg(self, variant, tmpdir):
("ubuntu", ["netplan", "eni", "sysconfig"]),
(
"raspberry-pi-os",
["netplan", "network-manager", "networkd", "eni"]
["netplan", "network-manager"]
)
),
)
Expand Down

0 comments on commit fcd247a

Please sign in to comment.