Skip to content

Commit

Permalink
fixup! fix: Pin Prometheus revision to 137
Browse files Browse the repository at this point in the history
Remove await.

Signed-off-by: Phoevos Kalemkeris <[email protected]>
  • Loading branch information
phoevos committed Sep 1, 2023
1 parent 0d31711 commit cb8d616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def test_prometheus_grafana_integration(ops_test: OpsTest):

# Deploy and relate prometheus
# FIXME: Unpin revision when https://github.com/canonical/bundle-kubeflow/issues/688 is closed
await ops_test.juju(
ops_test.juju(
[
"deploy",
prometheus,
Expand Down

0 comments on commit cb8d616

Please sign in to comment.