From e1f842652730f376e27985784880dadfe580f401 Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Fri, 10 Jan 2025 12:40:49 +0100 Subject: [PATCH] conftest: fix typo Signed-off-by: Kamil Gierszewski --- test/functional/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index 86fdea8..b8dd7c4 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -321,7 +321,7 @@ def __drbd_cleanup(): from storage_devices.drbd import Drbd Drbd.down_all() - # If drbd instance had been configured on top of the CAS, the previos attempt to stop + # If drbd instance had been configured on top of the CAS, the previous attempt to stop # failed. As drbd has been stopped try to stop CAS one more time. if installer.check_if_installed(): casadm.stop_all_caches()