Skip to content

Commit 57c4e98

Browse files
committed
Bump key size to 1024 for salesforce unit test
1 parent d5b4348 commit 57c4e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/connector/test_salesforce_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def pkey_to_str(key) -> str:
1717

1818

1919
def rsa_private_key() -> str:
20-
return pkey_to_str(rsa.generate_private_key(0x10001, 512))
20+
return pkey_to_str(rsa.generate_private_key(0x10001, 1024))
2121

2222

2323
def brainpoolp512r1_private_key() -> str:

0 commit comments

Comments
 (0)