Skip to content

Commit

Permalink
fix(#4909): Fixing path testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed Feb 8, 2024
1 parent af65f61 commit b281a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployability/modules/testing/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def _cleanup(cls, ansible: Ansible, remote_working_dir: str = '/tmp') -> None:
"""
extra_vars = {'working_dir': remote_working_dir}
playbook = str(cls._cleanup_playbook)
ansible.run_playbook(playbook, extra_vars)
ansible.run_playbook(playbook, extra_vars)

0 comments on commit b281a01

Please sign in to comment.