Skip to content

Commit

Permalink
skip: revert prometheus scrape channel
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Mar 28, 2024
1 parent 2bbde13 commit 36a3883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/jupyter-controller/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def test_prometheus_integration(ops_test: OpsTest):
"--trust",
check=True,
)
await ops_test.model.deploy(prometheus_scrape, channel="latest/beta", config=scrape_config)
await ops_test.model.deploy(prometheus_scrape, channel="latest/stable", config=scrape_config)

await ops_test.model.add_relation(CHARM_NAME, prometheus_scrape)
await ops_test.model.add_relation(
Expand Down

0 comments on commit 36a3883

Please sign in to comment.