Skip to content

Commit

Permalink
Fix linter groups test
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell committed Oct 14, 2024
1 parent beb5ae2 commit 0439d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_groups(client):
j = resp.json()

names = {lg['name'] for lg in j}
assert names == {'cabf-serverauth', 'cabf-smime', 'etsi'}
assert names == {'cabf-serverauth', 'cabf-smime', 'etsi', 'pkix'}


def test_group_no_exist(client):
Expand Down

0 comments on commit 0439d84

Please sign in to comment.