display tag fro alterts, cleanup udp
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ def test_parse_message_uncompressed():
|
||||
|
||||
|
||||
def test_parse_message_compressed():
|
||||
raw = dicttos("ACK", {"time": 1}, compress=True)
|
||||
raw = dicttos("ACK", {"time": 1})
|
||||
m = parse_message(raw)
|
||||
assert "ID" in m
|
||||
|
||||
Reference in New Issue
Block a user