We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a11ac2 commit 2081ac2Copy full SHA for 2081ac2
tests/unittests/test_repo_signing.py
@@ -5,7 +5,7 @@
5
from pytest import fixture
6
import hubblestack.utils.signing as sig
7
8
-@fixture(scope='module', params=['rsa', '448'])
+@fixture(scope='module', params=['rsa', '448', '25519'])
9
def cdbt(request):
10
yield request.param
11
0 commit comments