Also respond about urgency support in the query response

This commit is contained in:
Kovid Goyal
2024-07-23 20:24:18 +05:30
parent 36a3b33b02
commit 3cf6db445b
3 changed files with 8 additions and 3 deletions

View File

@@ -590,7 +590,7 @@ class TestParser(BaseTest):
reset()
h('?')
self.assertFalse(notifications)
self.ae(query_responses, ['99;?;a=focus,report:o=always,unfocused,invisible'])
self.ae(query_responses, ['99;?;a=focus,report:o=always,unfocused,invisible:u=0,1,2'])
def test_dcs_codes(self):
s = self.create_screen()