Skip to content

Commit

Permalink
Merge pull request #1262 from sabaini/cos-int-fix
Browse files Browse the repository at this point in the history
Trivial: COS test fix typo
  • Loading branch information
sabaini authored Sep 4, 2024
2 parents 37e0dd6 + 95f8122 commit 54ce134
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 54ce134

Please sign in to comment.