Skip to content

Commit

Permalink
Fix image tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Feb 14, 2017
1 parent a4227c8 commit a534402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/rtd_tests/tests/test_config_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_python_supported_versions_default_image_1_0(self, load_config):
self.assertEqual(load_config.call_count, 1)
load_config.assert_has_calls([
mock.call(path=mock.ANY, env_config={
'python': {'supported_versions': [2, 2.7, 3, 3.3]},
'python': {'supported_versions': [2, 2.7, 3, 3.4]},
'type': 'sphinx',
'output_base': '',
'name': mock.ANY
Expand Down

0 comments on commit a534402

Please sign in to comment.