mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Fix expected controller options in test
This commit is contained in:
parent
93351ec9b9
commit
0513322f86
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ class TestCloudOutputDevice(TestCase):
|
|||
|
||||
controller_fields = {
|
||||
"_output_device": self.device,
|
||||
"can_abort": False,
|
||||
"can_abort": True,
|
||||
"can_control_manually": False,
|
||||
"can_pause": False,
|
||||
"can_pause": True,
|
||||
"can_pre_heat_bed": False,
|
||||
"can_pre_heat_hotends": False,
|
||||
"can_send_raw_gcode": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue