tests: add test RSA key for torrent test (#1427)
This commit is contained in:
parent
437ec84c9f
commit
e502f50c88
3 changed files with 30 additions and 0 deletions
|
@ -55,6 +55,8 @@ class TestConfig(DefaultConfig):
|
|||
FEATURE_GITHUB_BUILD = True
|
||||
FEATURE_BITTORRENT = True
|
||||
|
||||
INSTANCE_SERVICE_KEY_LOCATION = 'test/data/test.pem'
|
||||
|
||||
CLOUDWATCH_NAMESPACE = None
|
||||
|
||||
FEATURE_SECURITY_SCANNER = True
|
||||
|
|
Reference in a new issue