Skip to content

Commit 0604513

Browse files
author
Serhiy Yevtushenko
committed
fix: corrected expected request path in test
1 parent 006c30e commit 0604513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/elements/test_alertingprovisioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ def test_update_alertrule_disable_provenance(self, m):
119119
@requests_mock.Mocker()
120120
def test_delete_mute_timing(self, m):
121121
JSON_RESPONSE = {}
122-
m.delete("http://localhost/api/v1/provisioning/mute-timing", json=JSON_RESPONSE)
122+
m.delete("http://localhost/api/v1/provisioning/mute-timings/test-mute-timing", json=JSON_RESPONSE)
123123
self.grafana.alertingprovisioning.delete_mute_timing("test-mute-timing")

0 commit comments

Comments
 (0)