Skip to content

Commit d434cc3

Browse files
Copilotchefgs
andcommitted
Fix: assert error_rate in all-type SLO manifest test
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent 4aceec5 commit d434cc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_comprehensive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ def test_slo_manifest_all_type_has_both_slos(self):
876876
slo_names = [s["name"] for s in manifest["slos"]]
877877
assert "availability" in slo_names
878878
assert "latency" in slo_names
879+
assert "error_rate" in slo_names
879880

880881
def test_alertmanager_config_slack_receiver(self):
881882
args = _sre_args(slack_channel="#platform-alerts")

0 commit comments

Comments
 (0)