We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa3472 commit cd3acaaCopy full SHA for cd3acaa
1 file changed
tests/model_registry/python_client/test_model_registry_creation.py
@@ -145,4 +145,4 @@ def test_model_registry_endpoint_response(
145
output = execute_model_registry_get_command(
146
url=f"{model_registry_rest_url}/{endpoint}", headers=model_registry_rest_headers, json_output=False
147
)
148
- assert output["raw_output"].lower() == "OK".lower()
+ assert output["raw_output"] == "OK"
0 commit comments