Changeset - ea7879d95295
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-01-06 18:18:38
branko@majic.rs
MAR-148: Fix tests for bootstrap role (extra newline in expected output).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/bootstrap/molecule/default/tests/test_default.py
Show inline comments
 
@@ -48,4 +48,4 @@ def test_sudo_configuration(host):
 
        assert sudo_config.user == 'root'
 
        assert sudo_config.group == 'root'
 
        assert sudo_config.mode == 0o640
 
        assert sudo_config.content == 'ansible ALL=(ALL:ALL) NOPASSWD:ALL'
 
        assert sudo_config.content == 'ansible ALL=(ALL:ALL) NOPASSWD:ALL\n'
0 comments (0 inline, 0 general)