Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 11, 2024
1 parent 7d3a269 commit aea6415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit aea6415

Please sign in to comment.