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:
parent
2cb6d95ec3
commit
43db99bfaa
@ -12,7 +12,7 @@ Testing functions for Scullery - a SaltStack testing tool.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
#import os
|
import os
|
||||||
import dotenv
|
import dotenv
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user