Update integration test as iamge size for simulation camera changed.
This commit is contained in:
parent
480af1d938
commit
ad739e4830
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def test_client_connection() -> None:
|
|||
cam_client = lt.ThingClient.from_url("http://localhost:5000/camera/")
|
||||
img = Image.open(cam_client.grab_jpeg().open())
|
||||
print(f"Successfully grabbed image of size {img.size}")
|
||||
assert img.size == (800, 600)
|
||||
assert img.size == (820, 616)
|
||||
print("Successfully grabbed image from camera mjpeg stream")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue