File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,6 @@ def app_environment(
147147 external_envfile_dict : EnvVarsDict ,
148148) -> EnvVarsDict :
149149 if external_envfile_dict :
150- # TODO: see if this is needed
151- # s3_settings = S3Settings.create_from_envs(**external_envfile_dict)
152- # if s3_settings.S3_ENDPOINT is None:
153- # monkeypatch.delenv("S3_ENDPOINT")
154- # s3_settings_dict = s3_settings.model_dump(exclude={"S3_ENDPOINT"})
155- # else:
156- # s3_settings_dict = s3_settings.model_dump()
157-
158150 delenvs_from_dict (monkeypatch , mock_env_devel_environment , raising = False )
159151 return setenvs_from_dict (monkeypatch , {** external_envfile_dict })
160152
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ def datcore_adapter_service_mock() -> respx.MockRouter:
2626 respx_mocker .get (list_datasets_re , name = "list_datasets" ).respond (
2727 status .HTTP_200_OK
2828 )
29- # TODO: why?
3029 respx_mocker .get (datcore_adapter_base_url , name = "base_endpoint" ).respond (
3130 status .HTTP_200_OK , json = {}
3231 )
You can’t perform that action at this time.
0 commit comments