Skip to content

Commit c0bd774

Browse files
author
yjy
committed
test_start_api
1 parent c337ef3 commit c0bd774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_start_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_configure(mock_mos):
140140

141141
def test_configure_error(mock_mos):
142142
"""Test configuration endpoint with error."""
143-
with patch("memos.api.start_api.MOS_INSTANCE", None):
143+
with patch("memos.api.start_config.MOS_INSTANCE", None):
144144
response = client.post("/configure", json={})
145145
assert response.status_code == 422 # FastAPI validation error
146146

0 commit comments

Comments
 (0)