Skip to content

Commit 4ebc302

Browse files
committed
no passowrd provided2
1 parent 33d6b2b commit 4ebc302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integ/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)