From 43db99bfaa2c16359d0e43080ab76e3469f9b942 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Wed, 24 May 2023 00:33:21 +0200 Subject: [PATCH] Enable os import in test_cli It's not clear why this was commented out, the tests depend on it. Signed-off-by: Georg Pfuetzenreuter --- tests/01_test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/01_test_cli.py b/tests/01_test_cli.py index 155fdb5..1eeb9c8 100644 --- a/tests/01_test_cli.py +++ b/tests/01_test_cli.py @@ -12,7 +12,7 @@ Testing functions for Scullery - a SaltStack testing tool. """ import pytest -#import os +import os import dotenv