We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed550a commit edff369Copy full SHA for edff369
1 file changed
src/webapp/routers/models_test.py
@@ -342,7 +342,6 @@ def test_create_model(client: TestClient) -> None:
342
json={
343
"name": "my_model",
344
"schema_configs": [[schema_config_1, schema_config_2]],
345
- "framework": "h2o",
346
},
347
)
348
0 commit comments