Fixing test

This commit is contained in:
David Murphy 2024-11-11 15:44:47 -07:00
parent ba77751f99
commit 22c7173a22
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -16,7 +16,8 @@ def path():
if salt_path not in os.environ["path"]:
os.environ["path"] = f'{os.environ["path"]};{salt_path}'
yield os.environ["path"]
yield ""
else:
yield ""
def run_salt_call(cmd):