mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Added missing test for camera URL
This commit is contained in:
parent
561a3e53e5
commit
73c6676673
@ -10,6 +10,7 @@ from cura.PrinterOutput.Models.PrinterOutputModel import PrinterOutputModel
|
||||
test_validate_data_get_set = [
|
||||
{"attribute": "name", "value": "YAY"},
|
||||
{"attribute": "targetBedTemperature", "value": 192},
|
||||
{"attribute": "cameraUrl", "value": "YAY!"}
|
||||
]
|
||||
|
||||
test_validate_data_get_update = [
|
||||
@ -22,6 +23,7 @@ test_validate_data_get_update = [
|
||||
{"attribute": "targetBedTemperature", "value": 9001},
|
||||
{"attribute": "activePrintJob", "value": PrintJobOutputModel(MagicMock())},
|
||||
{"attribute": "state", "value": "BEEPBOOP"},
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user