Fix Clair's testconfig

This commit is contained in:
Quentin Machu 2016-03-14 14:02:48 -04:00
parent 81fe315171
commit e28d2d7ce8

View file

@ -63,5 +63,5 @@ class TestConfig(DefaultConfig):
'ENDPOINT': 'http://mockclairservice/',
'API_VERSION': 'v1',
'ENGINE_VERSION_TARGET': 1,
'API_CALL_TIMEOUT': 1
'API_TIMEOUT_SECONDS': 1
}