From 8cd570ce670ca073b05c56a198446de569826654 Mon Sep 17 00:00:00 2001 From: David Erb Date: Fri, 5 May 2023 12:47:42 +0100 Subject: [PATCH] fixes find_images --- tests/test_fetch_images.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_fetch_images.py b/tests/test_fetch_images.py index 799b81f..1458f32 100644 --- a/tests/test_fetch_images.py +++ b/tests/test_fetch_images.py @@ -122,6 +122,7 @@ async def __request_initial(self): Cookies.IMAGE_LIST_UX, ], Keywords.COMMAND: Commands.FETCH_IMAGE_LIST, + "visit_filter": self.visit, } response = await echolocator_guis_get_default().client_protocolj( @@ -151,6 +152,7 @@ async def __request_all(self, crystal_wells): Cookies.IMAGE_LIST_UX, ], Keywords.COMMAND: Commands.FETCH_IMAGE_LIST, + "visit_filter": self.visit, } response = await echolocator_guis_get_default().client_protocolj(