Skip to content

Commit e20ceea

Browse files
fixing a test
1 parent d730b0a commit e20ceea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_config(config_file=None):
108108
config['softlayer']['username'] = ''
109109
config['softlayer']['endpoint_url'] = ''
110110
config['softlayer']['api_key'] = ''
111-
config['softlayer']['timeout'] = 0
111+
config['softlayer']['timeout'] = '0'
112112

113113
return config
114114

0 commit comments

Comments
 (0)