mirror of
https://github.com/facefusion/facefusion.git
synced 2026-09-17 21:12:15 +02:00
content store (#1225)
* introduce content store for content analyser * introduce content store for content analyser part2 * guard content store as well * minor changes * minor changes * minor changes
This commit is contained in:
@@ -45,7 +45,8 @@ async def test_process_image() -> None:
|
||||
}
|
||||
]
|
||||
|
||||
await process_image(websocket_mock)
|
||||
with patch('facefusion.apis.stream_manager.analyse_frame', return_value = False):
|
||||
await process_image(websocket_mock)
|
||||
|
||||
websocket_mock.send_bytes.assert_called_once()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user