Skip to content

Commit 2081ac2

Browse files
committed
this seems to test fine. meh
1 parent 8a11ac2 commit 2081ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/test_repo_signing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pytest import fixture
66
import hubblestack.utils.signing as sig
77

8-
@fixture(scope='module', params=['rsa', '448'])
8+
@fixture(scope='module', params=['rsa', '448', '25519'])
99
def cdbt(request):
1010
yield request.param
1111

0 commit comments

Comments
 (0)