Skip to content

Commit e0ce2bd

Browse files
committed
increment minimum dcoraid version
1 parent 70140c1 commit e0ce2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_forbidden_client_versions(dcoraid_version):
3232

3333

3434
@pytest.mark.parametrize("dcoraid_version", [
35-
"0.15.5",
35+
"0.16.11",
3636
])
3737
def test_allowed_client_versions(dcoraid_version):
3838
"""Old clients should not work"""

0 commit comments

Comments
 (0)