Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Nov 15, 2023
1 parent ffc090a commit fc18ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dl_core_testing/dl_core_testing/testcases/service_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def make_service_registry_factory(self, async_env: bool) -> SRFactory:
force_non_rqe_mode=True,
)

def make_service_registry(
def make_service_registry_new(
self,
conn_exec_factory_async_env: bool,
conn_bi_context: RequestContextInfo,
Expand All @@ -100,7 +100,7 @@ def make_service_registry(
**kwargs,
)

def make_service_registry_legacy(
def make_service_registry(
self,
conn_exec_factory_async_env: bool,
conn_bi_context: RequestContextInfo,
Expand Down

0 comments on commit fc18ba1

Please sign in to comment.