File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed
Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -463,22 +463,16 @@ def test_get_batches_success(self):
463463 "name" : "Uploaded on 11/22/22 at 1:39 pm" ,
464464 "numJobs" : 2 ,
465465 "images" : 115 ,
466- "uploaded" : {
467- "_seconds" : 1669146024 ,
468- "_nanoseconds" : 818000000
469- },
470- "id" : "batch-1"
466+ "uploaded" : {"_seconds" : 1669146024 , "_nanoseconds" : 818000000 },
467+ "id" : "batch-1" ,
471468 },
472469 {
473470 "numJobs" : 0 ,
474471 "images" : 11 ,
475- "uploaded" : {
476- "_seconds" : 1669236873 ,
477- "_nanoseconds" : 47000000
478- },
472+ "uploaded" : {"_seconds" : 1669236873 , "_nanoseconds" : 47000000 },
479473 "name" : "Upload via API" ,
480- "id" : "batch-2"
481- }
474+ "id" : "batch-2" ,
475+ },
482476 ]
483477 }
484478
@@ -515,11 +509,8 @@ def test_get_batch_success(self):
515509 "name" : "Uploaded on 11/22/22 at 1:39 pm" ,
516510 "numJobs" : 2 ,
517511 "images" : 115 ,
518- "uploaded" : {
519- "_seconds" : 1669146024 ,
520- "_nanoseconds" : 818000000
521- },
522- "id" : batch_id
512+ "uploaded" : {"_seconds" : 1669146024 , "_nanoseconds" : 818000000 },
513+ "id" : batch_id ,
523514 }
524515 }
525516
You can’t perform that action at this time.
0 commit comments