Skip to content

Commit de44d7b

Browse files
committed
minor update in tests
1 parent 46e8c10 commit de44d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def test_configuration(self):
1818
config = json.load(fp)
1919

2020
for attr in config:
21-
if attr not in ['instance_id', 'aws_access_key_id', 'aws_secret_access_key']:
21+
if attr not in ['instance_id', 'aws_access_key_id', 'aws_secret_access_key',
22+
'sh_client_id', 'sh_client_secret']:
2223
value = config[attr]
2324
if isinstance(value, str):
2425
value = value.rstrip('/')

0 commit comments

Comments
 (0)