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 a9b25e4 commit 763e565Copy full SHA for 763e565
tests/test_rest.py
@@ -618,7 +618,7 @@ def test_patch_zones_vol_delta(client):
618
assert z['vol_f'] == amplipi.models.MIN_VOL_F
619
assert z["vol_f_overflow"] == zones[z['id']]['vol_f'] + 0.1 - 1
620
621
- # test oveflow reset
+ # test overflow reset
622
mid_vol_f = (amplipi.models.MIN_VOL_F + amplipi.models.MAX_VOL_F) / 2
623
rv = client.patch('/api/zones', json={'zones': [z['id'] for z in zones], 'update': {'vol_f': mid_vol_f}})
624
assert rv.status_code == HTTPStatus.OK
0 commit comments