Browse Source

Fix expected controller options in test

ChrisTerBeke 5 years ago
parent
commit
0513322f86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/UM3NetworkPrinting/tests/Cloud/TestCloudOutputDevice.py

+ 2 - 2
plugins/UM3NetworkPrinting/tests/Cloud/TestCloudOutputDevice.py

@@ -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,