Skip to content

Commit 0d6eddd

Browse files
committed
Merge branch 'fixes-01' of github.com:atomicturtle/chelon into fixes-01
2 parents 2d0edaf + 6ea16d4 commit 0d6eddd

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)