We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7f82e commit e5e8f5fCopy full SHA for e5e8f5f
meorg_client/tests/test_cli.py
@@ -69,6 +69,7 @@ def test_create_model_output(
69
assert result.exit_code == 0
70
assert type(result.return_value) is str # The new model output
71
72
+ # Test newly created model_output_id
73
test_model_output_query(runner, result.return_value)
74
75
0 commit comments