yapf
This commit is contained in:
parent
1ddb09ac11
commit
27ed3bedcc
5 changed files with 9 additions and 7 deletions
|
@ -3,6 +3,7 @@ from mock import patch, Mock
|
|||
from test.fixtures import *
|
||||
from workers.securityworker import index_images
|
||||
|
||||
|
||||
def test_securityworker_realdb(initialized_db):
|
||||
mock_analyzer = Mock()
|
||||
assert index_images(1, mock_analyzer) is not None
|
||||
|
|
Reference in a new issue