Skip to content

Commit 6ea16d4

Browse files
Update tests/test_signing_fix.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8379d5 commit 6ea16d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_signing_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def setUp(self):
2222
# Generate a key
2323
input_data = self.gpg.gen_key_input(
2424
key_type="RSA",
25-
key_length=1024,
25+
key_length=2048,
2626
name_real="Test Key",
2727
name_email="test@example.com",
2828
no_protection=True

0 commit comments

Comments
 (0)