Skip to content

Commit cc2462c

Browse files
committed
test fix
1 parent 59b05c2 commit cc2462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_model_run(client, configured_project_with_label, rand_gen):
1717
config = {"batch_size": 100, "reruns": None}
1818
model_run = model.create_model_run(name, config)
1919
assert model_run.name == name
20-
assert model_run.training_metadata["batch_size"] == config["batch_size"]
20+
assert model_run.training_metadata["batchSize"] == config["batch_size"]
2121
assert model_run.training_metadata["reruns"] == config["reruns"]
2222
assert model_run.model_id == model.uid
2323
assert model_run.created_by_id == client.get_user().uid

0 commit comments

Comments
 (0)