Fix test formatting
This commit is contained in:
parent
38fa22477a
commit
c845a579e7
|
@ -179,7 +179,7 @@ def test_onchange_notification():
|
|||
jresp = response.json()
|
||||
|
||||
assert jresp["notify"]
|
||||
assert jresp["notify"][0].split(" ", 1)[1] == "test_historique absent ok"
|
||||
assert jresp["notify"][0].split(" ", 1)[1] == "test_historique absent -> ok"
|
||||
|
||||
data = testutils.probe_sample_body(
|
||||
channel_name="test_historique", channel_id=0, status="ok"
|
||||
|
|
Loading…
Reference in New Issue