Skip to content

Commit

Permalink
LIKA-393: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Feb 19, 2024
1 parent d5dad6d commit c5c37b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/xroad_integration/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,4 @@ def test_getrest(xroad_rest_adapter_mocks, xroad_rest_mocks):
rest_service = next(s for s in subsystem.get('resources', []) if s['xroad_servicecode'] == 'restService')
assert {'method': 'POST', 'path': '/PostSomething/v1'} in rest_service['rest_endpoints']['endpoints']
assert {'method': 'GET', 'path': '/ComeGetSome/v1'} in rest_service['rest_endpoints']['endpoints']
assert rest_service.get('format') == 'OPENAPI-JSON'
assert rest_service.get('format') == 'REST'

0 comments on commit c5c37b9

Please sign in to comment.