Skip to content

Commit a534402

Browse files
committed
Fix image tests
1 parent a4227c8 commit a534402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_config_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_python_supported_versions_default_image_1_0(self, load_config):
5353
self.assertEqual(load_config.call_count, 1)
5454
load_config.assert_has_calls([
5555
mock.call(path=mock.ANY, env_config={
56-
'python': {'supported_versions': [2, 2.7, 3, 3.3]},
56+
'python': {'supported_versions': [2, 2.7, 3, 3.4]},
5757
'type': 'sphinx',
5858
'output_base': '',
5959
'name': mock.ANY

0 commit comments

Comments
 (0)