Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 26, 2016
1 parent 84c7d50 commit 8be5a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_ansible_thread(self):
play_file_path = os.path.join(tests_path, "../files/play.yaml")
inventory = os.path.join(tests_path, "../files/inventory")
ansible_process = AnsibleThread(result, StringIO(), play_file_path, None, 1, None,
"password", 1, inventory, "username")
"password", 1, inventory, "username")
ansible_process.run()

_, (return_code, _), output = result.get()
Expand Down

0 comments on commit 8be5a64

Please sign in to comment.