summaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/test/test_arcadia_source_finder.py
diff options
context:
space:
mode:
authorsnermolaev <[email protected]>2025-04-15 08:08:40 +0300
committersnermolaev <[email protected]>2025-04-15 08:21:15 +0300
commit0ca7cfb39890921e0fc5a77e2972842717989f96 (patch)
tree90f759fbc021bbdbf3430593ff34bf8d082429de /library/python/runtime_py3/test/test_arcadia_source_finder.py
parent0e221bf1e6683a34b2ce4cd10a015b0669c836be (diff)
Revert "Subinterpretor compatible __res module" rXXXXXX
commit_hash:1d9f5675b9d3ddaa44db4472376a06ad3e811e2d
Diffstat (limited to 'library/python/runtime_py3/test/test_arcadia_source_finder.py')
-rw-r--r--library/python/runtime_py3/test/test_arcadia_source_finder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/runtime_py3/test/test_arcadia_source_finder.py b/library/python/runtime_py3/test/test_arcadia_source_finder.py
index 835e60c6710..9f794f03591 100644
--- a/library/python/runtime_py3/test/test_arcadia_source_finder.py
+++ b/library/python/runtime_py3/test/test_arcadia_source_finder.py
@@ -18,7 +18,7 @@ class ImporterMocks:
self._mock_resources = mock_resources
self._patchers = [
patch("__res.iter_keys", wraps=self._iter_keys),
- patch("__res.find", wraps=self._resource_find),
+ patch("__res.__resource.find", wraps=self._resource_find),
patch("__res._path_isfile", wraps=self._path_isfile),
patch("__res._os.listdir", wraps=self._os_listdir),
patch("__res._os.lstat", wraps=self._os_lstat),