Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso committed Dec 18, 2024
1 parent 44ce8ae commit adc713f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" once it's properly supported # noqa: E501
series=SDCORE_CHARMS_SERIES, # TODO: This should be replaced with base="[email protected]" 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)
Expand All @@ -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="[email protected]" once it's properly supported # noqa: E501
series=SDCORE_CHARMS_SERIES, # TODO: This should be replaced with base="[email protected]" once it's properly supported # noqa: E501
)
await ops_test.model.integrate(
relation1=f"{NMS_APPLICATION_NAME}:common_database", relation2=DB_APPLICATION_NAME
Expand Down

0 comments on commit adc713f

Please sign in to comment.