Skip to content

Commit

Permalink
integration tests: fix mount indentation (#4445)
Browse files Browse the repository at this point in the history
A previous attempt didn't quite get it right.
  • Loading branch information
TheRealFalcon committed Sep 19, 2023
1 parent 8618563 commit 5be5f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/modules/test_disk_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_disk_setup_when_mounted(
UPDATED_PARTPROBE_USERDATA,
)
client.execute(
"sed -i 's/write_files/write_files\\n - mounts/' "
"sed -i 's/write_files$/write_files\\n - mounts/' "
"/etc/cloud/cloud.cfg"
)

Expand Down

0 comments on commit 5be5f58

Please sign in to comment.