Skip to content

Commit dabcd27

Browse files
committed
fix: test enrollment with underscore
1 parent 91f9e3e commit dabcd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_enrollment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ async def test_enroll_with_csr( # pylint: disable=R0915, R0914
626626
assert resp.status_code == 200
627627
assert inv_code != ""
628628

629-
callsign = "csrroller"
629+
callsign = "csr_roller"
630630
privkeyfile = Path(tempdir) / "user.key"
631631
pubkeyfile = Path(tempdir) / "user.pub"
632632
csrfile = Path(tempdir) / "user.csr"

0 commit comments

Comments
 (0)