From 5be5f587bd466be651849d506ece8eaeab8c3a8e Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 18 Sep 2023 23:04:21 -0500 Subject: [PATCH] integration tests: fix mount indentation (#4445) A previous attempt didn't quite get it right. --- tests/integration_tests/modules/test_disk_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/modules/test_disk_setup.py b/tests/integration_tests/modules/test_disk_setup.py index bc599741262..97be1abe2f2 100644 --- a/tests/integration_tests/modules/test_disk_setup.py +++ b/tests/integration_tests/modules/test_disk_setup.py @@ -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" )