pull/1286/head
Piero Toffanin 2023-01-28 12:22:54 -05:00
rodzic fc6af96011
commit b159eaaa61
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -146,7 +146,7 @@ class TestClientApi(TestCase):
# Verify that options have been updated after restarting the task
task_info = api.get_task(uuid).info()
self.assertTrue(len(task_info.options) == 3) # pc-ept, cog, gltf have been added
self.assertEqual(len(task_info.options), 4) # pc-ept, cog, gltf have been added
self.assertTrue(task_info.options[0]['name'] == 'mesh-size')
self.assertTrue(task_info.options[0]['value'] == 12345)