We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c337ef3 commit c0bd774Copy full SHA for c0bd774
tests/api/test_start_api.py
@@ -140,7 +140,7 @@ def test_configure(mock_mos):
140
141
def test_configure_error(mock_mos):
142
"""Test configuration endpoint with error."""
143
- with patch("memos.api.start_api.MOS_INSTANCE", None):
+ with patch("memos.api.start_config.MOS_INSTANCE", None):
144
response = client.post("/configure", json={})
145
assert response.status_code == 422 # FastAPI validation error
146
0 commit comments