Skip to content

Commit

Permalink
Update groups_domains.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roopesh-palankar authored Aug 5, 2024
1 parent 437cca8 commit 853e3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/groups_domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_valid_domain(cert):

domain = cert.pathinfo.get('domain')
assert domain, 'Certificate at incorrect location'
assert domain.upper() in ('DCC','DDCC','DIVOC','ICAO','SHC','IPS-PILGRIMAGE','dICVP'), 'Invalid domain: ' + domain
assert domain.upper() in ('DCC','DDCC','DIVOC','ICAO','SHC','IPS-PILGRIMAGE','DICVP'), 'Invalid domain: ' + domain

0 comments on commit 853e3f0

Please sign in to comment.