Skip to content

Commit 5196fbb

Browse files
committed
missed a few more tests
1 parent bc87fb0 commit 5196fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ansible/integration/transport_config/python_path.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- {mitogen_get_stack: {}, register: out}
2121
- assert_equal:
2222
left: out.result[0].kwargs.python_path
23-
right: ["/usr/bin/python"]
23+
right: ["{{out.discovered_interpreter}}"]
2424
- assert_equal:
2525
left: out.result[1].kwargs.python_path
2626
right: ["/hostvar/path/to/python"]
@@ -45,7 +45,7 @@
4545
right: ["/hostvar/path/to/python"]
4646
- assert_equal:
4747
left: out.result[1].kwargs.python_path
48-
right: ["/usr/bin/python"]
48+
right: ["{{out.discovered_interpreter}}"]
4949

5050

5151
# Implicit localhost gets ansible_python_interpreter=virtualenv interpreter

0 commit comments

Comments
 (0)