Fix Clair's testconfig
This commit is contained in:
parent
81fe315171
commit
e28d2d7ce8
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ class TestConfig(DefaultConfig):
|
||||||
'ENDPOINT': 'http://mockclairservice/',
|
'ENDPOINT': 'http://mockclairservice/',
|
||||||
'API_VERSION': 'v1',
|
'API_VERSION': 'v1',
|
||||||
'ENGINE_VERSION_TARGET': 1,
|
'ENGINE_VERSION_TARGET': 1,
|
||||||
'API_CALL_TIMEOUT': 1
|
'API_TIMEOUT_SECONDS': 1
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue