Skip to content

Commit

Permalink
Trivial: COS test fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Sep 4, 2024
1 parent 37e0dd6 commit 95f8122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/ceph/mon/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_prom_api_url(grafana_agent):
)
ga = yaml.safe_load(ga_yaml)
url = ga['integrations']['prometheus_remote_write'][0]['url']
if url.ensdwith("/write"):
if url.endswith("/write"):
url = url[:-6] # lob off the /write
return url

Expand Down

0 comments on commit 95f8122

Please sign in to comment.