Consistent spacing

This commit is contained in:
Ben Meadors
2022-01-21 18:33:09 -06:00
parent 076e865f77
commit ccb8bb83a6

View File

@@ -118,6 +118,7 @@ def test_reboot(caplog):
anode.reboot()
assert re.search(r'Telling node to reboot', caplog.text, re.MULTILINE)
@pytest.mark.unit
def test_shutdown(caplog):
"""Test shutdown"""