File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ def test_project_upload_dataset(self):
454
454
finally :
455
455
for mock in mocks .values ():
456
456
mock .stop ()
457
-
457
+
458
458
def test_get_batches_success (self ):
459
459
expected_url = f"{ API_URL } /{ WORKSPACE_NAME } /{ PROJECT_NAME } /batches?api_key={ ROBOFLOW_API_KEY } "
460
460
mock_response = {
@@ -470,7 +470,7 @@ def test_get_batches_success(self):
470
470
"name" : "Batch 2" ,
471
471
"created" : 1616161617 ,
472
472
"images" : 5 ,
473
- }
473
+ },
474
474
]
475
475
}
476
476
@@ -504,10 +504,7 @@ def test_get_batch_success(self):
504
504
"name" : "My Test Batch" ,
505
505
"created" : 1616161616 ,
506
506
"images" : 25 ,
507
- "metadata" : {
508
- "source" : "API Upload" ,
509
- "type" : "test"
510
- }
507
+ "metadata" : {"source" : "API Upload" , "type" : "test" },
511
508
}
512
509
}
513
510
You can’t perform that action at this time.
0 commit comments