mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Better error message
This commit is contained in:
@@ -111,6 +111,7 @@ def load_helpers(self):
|
||||
cid = kw.setdefault('i', 1)
|
||||
self.ae('OK', pl(payload, **kw))
|
||||
img = g.image_for_client_id(cid)
|
||||
self.assertIsNotNone(img, f'No image with id {cid} found')
|
||||
self.ae(img['client_id'], cid)
|
||||
self.ae(img['data'], data)
|
||||
if 's' in kw:
|
||||
|
||||
Reference in New Issue
Block a user