We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00285d7 commit 93430c3Copy full SHA for 93430c3
tests/api2/test_zpool_capacity_alert.py
@@ -32,7 +32,7 @@ def test__emits_alert(request):
32
]):
33
alerts = call("alert.run_source", "ZpoolCapacity")
34
assert len(alerts) == 1
35
- assert alerts[0]["klass"] == "ZpoolCapacityWarning"
+ assert alerts[0]["klass"] == "ZpoolCapacityNotice"
36
assert alerts[0]["key"] == f'["{pool}"]'
37
assert alerts[0]["args"] == {"volume": pool, "capacity": 85}
38
@@ -43,7 +43,7 @@ def test__does_not_flap_alert(request):
43
"name": pool,
44
"properties": {
45
"capacity": {
46
- "parsed": "79",
+ "parsed": "84",
47
}
48
},
49
0 commit comments