Skip to content

Commit 555f0fb

Browse files
committed
update test
1 parent 1b7912e commit 555f0fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/rtd_tests/tests/test_config_integration.py

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def test_python_supported_versions_default_image_1_0(self, load_config):
107107
img_settings = DOCKER_IMAGE_SETTINGS.get(self.project.container_image, None)
108108
if img_settings:
109109
expected_env_config.update(img_settings)
110-
expected_env_config['DOCKER_IMAGE_SETTINGS'] = img_settings
111110

112111
load_config.assert_called_once_with(
113112
path=mock.ANY,

0 commit comments

Comments
 (0)