Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Feb 19, 2024
1 parent 29af8be commit 8f63c4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/test_40_fe.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,11 @@ def test_server(self):
'homepage_uri',
'jwks',
'organization_name',
'trust_mark_endpoint_auth_methods_supported',
'trust_mark_endpoint_auth_signing_alg_values_supported',
'trust_mark_list_endpoint_auth_methods_supported',
'trust_mark_status_endpoint_auth_methods_supported'}
'federation_trust_mark_status_endpoint_auth_methods',
'federation_trust_mark_endpoint_auth_signing_alg_values',
'federation_trust_mark_endpoint_auth_methods',
'federation_trust_mark_list_endpoint_auth_methods'
}

def test_fetch(self):
_endpoint = self.entity.server.get_endpoint('fetch')
Expand Down

0 comments on commit 8f63c4a

Please sign in to comment.