Skip to content

Commit

Permalink
ADCM-6278 Added a sample implementation of the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alferov committed Jan 16, 2025
1 parent 550bee7 commit 2662319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ async def complex_hostprovider_bundle(adcm_client: ADCMClient, tmp_path: Path) -


@pytest_asyncio.fixture()
async def adcm_for_examples(
def adcm_for_examples(
adcm: ADCMContainer,
simple_cluster_bundle: Bundle,
complex_cluster_bundle: Bundle,
previous_complex_cluster_bundle: Bundle,
simple_hostprovider_bundle: Bundle,
) -> ADCMContainer:
) -> Generator[ADCMContainer, None, None]:
_ = simple_cluster_bundle, complex_cluster_bundle, previous_complex_cluster_bundle, simple_hostprovider_bundle
yield adcm

0 comments on commit 2662319

Please sign in to comment.