From adc713f405778920c34c6a77aa84fdfbb71dc23b Mon Sep 17 00:00:00 2001 From: Patricia Reinoso Date: Wed, 18 Dec 2024 15:16:27 +0100 Subject: [PATCH] fix format --- tests/integration/test_integration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 31631d1..da59c07 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -152,7 +152,7 @@ async def _deploy_nrf(ops_test: OpsTest): NRF_APPLICATION_NAME, application_name=NRF_APPLICATION_NAME, channel=NRF_APPLICATION_CHANNEL, - series=SDCORE_CHARMS_SERIES, # TODO: This should be replaced with base="ubuntu@24.04" once it's properly supported # noqa: E501 + series=SDCORE_CHARMS_SERIES, # TODO: This should be replaced with base="ubuntu@24.04" once it's properly supported # noqa: E501 ) await ops_test.model.integrate(relation1=DB_APPLICATION_NAME, relation2=NRF_APPLICATION_NAME) await ops_test.model.integrate(relation1=NRF_APPLICATION_NAME, relation2=TLS_PROVIDER_NAME) @@ -168,7 +168,7 @@ async def _deploy_nms(ops_test: OpsTest): NMS_APPLICATION_NAME, application_name=NMS_APPLICATION_NAME, channel=NMS_APPLICATION_CHANNEL, - series=SDCORE_CHARMS_SERIES, # TODO: This should be replaced with base="ubuntu@24.04" once it's properly supported # noqa: E501 + series=SDCORE_CHARMS_SERIES, # TODO: This should be replaced with base="ubuntu@24.04" once it's properly supported # noqa: E501 ) await ops_test.model.integrate( relation1=f"{NMS_APPLICATION_NAME}:common_database", relation2=DB_APPLICATION_NAME