Skip to content

Commit edff369

Browse files
committed
fix: removed db mapping framework
1 parent 3ed550a commit edff369

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webapp/routers/models_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def test_create_model(client: TestClient) -> None:
342342
json={
343343
"name": "my_model",
344344
"schema_configs": [[schema_config_1, schema_config_2]],
345-
"framework": "h2o",
346345
},
347346
)
348347

0 commit comments

Comments
 (0)