Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed Sep 17, 2024
1 parent a53558e commit da0e3ca
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
REQUIRER_CHARM_REVISION_ARM = 103
REQUIRER_CHARM_REVISION_AMD = 104


async def wait_for_requirer_certificates(ops_test: OpsTest, ca_common_name: str) -> Dict[str, str]:
"""Wait for the certificate to be provided to the `tls-requirer-requirer/0` unit.
Expand Down Expand Up @@ -84,12 +85,12 @@ async def deploy(ops_test: OpsTest, request):
constraints={"arch": ARCH},
)
if ARCH == "arm64":
await ops_test.model.deploy(
TLS_REQUIRER_CHARM_NAME,
application_name=TLS_REQUIRER_CHARM_NAME,
revision=REQUIRER_CHARM_REVISION_ARM,
constraints={"arch": ARCH},
)
await ops_test.model.deploy(
TLS_REQUIRER_CHARM_NAME,
application_name=TLS_REQUIRER_CHARM_NAME,
revision=REQUIRER_CHARM_REVISION_ARM,
constraints={"arch": ARCH},
)
await ops_test.model.deploy(
TLS_REQUIRER_CHARM_NAME,
application_name=TLS_REQUIRER_CHARM_NAME,
Expand Down

0 comments on commit da0e3ca

Please sign in to comment.