Skip to content

Commit

Permalink
fixes find_images
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed May 5, 2023
1 parent 39d84fc commit 8cd570c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_fetch_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 8cd570c

Please sign in to comment.