We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bbaa4 commit a7dc95dCopy full SHA for a7dc95d
1 file changed
tests/test_project.py
@@ -454,7 +454,7 @@ def test_project_upload_dataset(self):
454
finally:
455
for mock in mocks.values():
456
mock.stop()
457
-
+
458
def test_get_batches_success(self):
459
expected_url = f"{API_URL}/{WORKSPACE_NAME}/{PROJECT_NAME}/batches?api_key={ROBOFLOW_API_KEY}"
460
mock_response = {
@@ -470,7 +470,7 @@ def test_get_batches_success(self):
470
"name": "Batch 2",
471
"created": 1616161617,
472
"images": 5,
473
- }
+ },
474
]
475
}
476
@@ -504,10 +504,7 @@ def test_get_batch_success(self):
504
"name": "My Test Batch",
505
"created": 1616161616,
506
"images": 25,
507
- "metadata": {
508
- "source": "API Upload",
509
- "type": "test"
510
+ "metadata": {"source": "API Upload", "type": "test"},
511
512
513
0 commit comments