Skip to content

Commit d2e3227

Browse files
committed
make codeql happy, fix authority update bug
1 parent 7e0bf83 commit d2e3227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lemur/tests/test_authorities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def test_authority_roles(client, session, issuer_plugin):
411411
@pytest.mark.parametrize(
412412
"token,authority_number,status",
413413
[
414-
(VALID_ADMIN_HEADER_TOKEN, 2, 200),
414+
(VALID_ADMIN_HEADER_TOKEN, 100, 200),
415415
],
416416
)
417417
def test_authorities_put_update_options(client, authority_number, token, status):

0 commit comments

Comments
 (0)