Skip to content

Commit a4a3789

Browse files
committed
Update test
1 parent 6f3f21f commit a4a3789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

molecule/default/tests/test_default.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ def test_hosts_file(host):
1616

1717

1818
def test_python(host):
19-
f = host.file('/opt/Python-3.10/bin/python3.10')
19+
f = host.file('/opt/Python-3.13/bin/python3.13')
2020
assert f.exists
2121
assert f.user == 'python'
2222
assert f.group == 'python'
2323

24-
assert '3.10.0' in host.check_output(
25-
'/opt/Python-3.10/bin/python3.10 --version')
24+
assert '3.13.0' in host.check_output(
25+
'/opt/Python-3.13/bin/python3.13 --version')

0 commit comments

Comments
 (0)