Update argument names in picamera tests

This commit is contained in:
Julian Stirling 2025-08-22 11:44:50 +01:00
parent 7cd6b11411
commit 23a3a5b464
2 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ def test_jpeg_and_array(client):
assert mjpeg_frame.format == "JPEG"
# Capture a jpeg
blob = client.capture_jpeg(resolution="main")
blob = client.capture_jpeg(stream_name="main")
jpeg_capture = Image.open(blob.open())
jpeg_capture.verify()
assert jpeg_capture.format == "JPEG"