Skip to content

Commit

Permalink
replace base with series
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso committed Dec 18, 2024
1 parent 1b185d3 commit 819a44d
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 @@ -24,7 +24,7 @@
TLS_CHARM_CHANNEL = "latest/stable"
GRAFANA_AGENT_CHARM_NAME = "grafana-agent-k8s"
GRAFANA_AGENT_CHARM_CHANNEL = "latest/stable"
SDCORE_CHARMS_BASE = "[email protected]"
SDCORE_CHARMS_SERIES = "noble"
TIMEOUT = 15 * 60


Expand Down Expand Up @@ -162,7 +162,7 @@ async def _deploy_nms(ops_test: OpsTest):
NMS_CHARM_NAME,
application_name=NMS_CHARM_NAME,
channel=NMS_CHARM_CHANNEL,
base=SDCORE_CHARMS_BASE,
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_CHARM_NAME}:common_database", relation2=DB_CHARM_NAME
Expand Down

0 comments on commit 819a44d

Please sign in to comment.