File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def print_help() -> None:
9797 'database': 'testdb',
9898 'schema': 'public',
9999 'authenticator': 'KEY_PAIR_AUTHENTICATOR',
100- 'private_key': '/path/to/private_key.p8 ',
100+ 'private_key': 'your_private_key ',
101101}
102102"""
103103 )
@@ -221,7 +221,7 @@ def init_test_schema(db_parameters) -> Generator[None]:
221221 "account" : db_parameters ["account" ],
222222 "protocol" : db_parameters ["protocol" ],
223223 "authenticator" : db_parameters ["authenticator" ],
224- "private_key_file " : get_private_key (db_parameters ["private_key_file" ]),
224+ "private_key " : get_private_key (db_parameters ["private_key_file" ]),
225225 }
226226
227227 # Role may be needed when running on preprod, but is not present on Jenkins jobs
You can’t perform that action at this time.
0 commit comments