We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d0edaf + 6ea16d4 commit 0d6edddCopy full SHA for 0d6eddd
1 file changed
tests/test_signing_fix.py
@@ -22,7 +22,7 @@ def setUp(self):
22
# Generate a key
23
input_data = self.gpg.gen_key_input(
24
key_type="RSA",
25
- key_length=1024,
+ key_length=2048,
26
name_real="Test Key",
27
name_email="test@example.com",
28
no_protection=True
0 commit comments