mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[clodo] add fake credentials for mock tests
This commit is contained in:
parent
946d6f1f8b
commit
5b40ab9e6b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ if Fog.mock?
|
|||
:bluebox_customer_id => 'bluebox_customer_id',
|
||||
:brightbox_client_id => 'brightbox_client_id',
|
||||
:brightbox_secret => 'brightbox_secret',
|
||||
:clodo_api_key => 'clodo_api_key',
|
||||
:clodo_username => 'clodo_username',
|
||||
:dnsimple_email => 'dnsimple_email',
|
||||
:dnsimple_password => 'dnsimple_password',
|
||||
:dnsmadeeasy_api_key => 'dnsmadeeasy_api_key',
|
||||
|
|
Loading…
Reference in a new issue