mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-23 10:00:57 +08:00
ci: fix the testing ci issue
This commit is contained in:
@@ -29,7 +29,7 @@ class TestOpenAIParser:
|
||||
"source": "AVC",
|
||||
}
|
||||
|
||||
with mock.patch("module.parser.openai.OpenAIParser.parse") as mocker:
|
||||
with mock.patch("module.parser.analyser.OpenAIParser.parse") as mocker:
|
||||
mocker.return_value = json.dumps(expected)
|
||||
|
||||
result = self.parser.parse(text=text, asdict=False)
|
||||
|
||||
Reference in New Issue
Block a user