mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Add filesize back to expected result
This commit is contained in:
parent
897c932e80
commit
3f11cb911d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class TestCloudOutputDevice(TestCase):
|
|||
|
||||
self.network.flushReplies()
|
||||
self.assertEqual(
|
||||
{"data": {"content_type": "application/x-ufp", "job_name": "FileName"}},
|
||||
{"data": {"content_type": "application/x-ufp", "file_size": 52, "job_name": "FileName"}},
|
||||
json.loads(self.network.getRequestBody("PUT", self.REQUEST_UPLOAD_URL).decode())
|
||||
)
|
||||
self.assertIsNone(self.network.getRequestBody("POST", self.PRINT_URL))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue