Update argument names in picamera tests
This commit is contained in:
parent
7cd6b11411
commit
23a3a5b464
2 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue