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 <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-05-24 00:33:21 +02:00
parent 2cb6d95ec3
commit 43db99bfaa
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -12,7 +12,7 @@ Testing functions for Scullery - a SaltStack testing tool.
"""
import pytest
#import os
import os
import dotenv