File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,7 +607,6 @@ async def try_add_system_index(binding_resource: BindingResource) -> None:
607607 match binding_resource .resource :
608608 case "index" :
609609 await try_add_system_index (binding_resource )
610- break
611610 # can be extended for other system resources
612611
613612 return overwrites
Original file line number Diff line number Diff line change 1313
1414from uipath ._cli import cli
1515from uipath ._utils ._bindings import ResourceOverwriteParser
16+ from uipath .platform .common import UiPathConfig
1617
1718
1819@pytest .fixture
@@ -404,6 +405,8 @@ async def test_get_resource_overwrites_resolves_system_index_from_bindings(
404405 from uipath ._cli ._utils ._studio_project import StudioClient
405406 from uipath ._utils ._bindings import SystemResourceOverwrite
406407
408+ UiPathConfig .studio_solution_id = None
409+
407410 with patch .dict (
408411 os .environ ,
409412 {
You can’t perform that action at this time.
0 commit comments