Skip to content

Commit

Permalink
fix for company tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Feb 7, 2024
1 parent cf039f2 commit e6c5dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconcile/tests/test_reconcile_company_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_get_company_service_spec(self):
"identifierSpace": "http://org-id.guide",
"schemaSpace": "https://schema.org",
"defaultTypes": [
{"id": "/registered-company", "name": "Registered Company"}
{"id": "registered-company", "name": "Registered Company"}
],
"view": {"url": "http://testserver/company/{{id}}"},
"suggest": {
Expand Down

0 comments on commit e6c5dde

Please sign in to comment.