diff --git a/mocks/altinn-mock/wiremock/__files/serviceowner-reportees.json b/mocks/altinn-mock/wiremock/__files/serviceowner-reportees.json deleted file mode 100644 index 1f6379401b3..00000000000 --- a/mocks/altinn-mock/wiremock/__files/serviceowner-reportees.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "Name": "DAVIK OG HORTEN", - "OrganizationNumber": "811306312", - "OrganizationForm": "AS", - "Status": "Active" - }, - { - "Name": "DAVIK OG EIDSLANDET", - "OrganizationNumber": "811306622", - "OrganizationForm": "BEDR", - "Status": "Active" - }, - { - "Name": "DAVIK OG ABELVÆR", - "OrganizationNumber": "811307602", - "OrganizationForm": "BEDR", - "Status": "Active" - }, - { - "Name": "DAVIK OG ULNES", - "OrganizationNumber": "811307432", - "OrganizationForm": "BEDR", - "Status": "Active" - }, - { - "Name": "DAVIK OG SÆTERVIK", - "OrganizationNumber": "811307122", - "OrganizationForm": "BEDR", - "Status": "Active" - }, - { - "Name": "DAVIK OG HAMARØY", - "OrganizationNumber": "811306932", - "OrganizationForm": "BEDR", - "Status": "Active" - } -] \ No newline at end of file diff --git a/mocks/altinn-mock/wiremock/mappings/serviceowner-reportees.json b/mocks/altinn-mock/wiremock/mappings/serviceowner-reportees.json deleted file mode 100644 index b8b67457012..00000000000 --- a/mocks/altinn-mock/wiremock/mappings/serviceowner-reportees.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "request": { - "method": "GET", - "urlPattern": "/api/serviceowner/reportees(.*)" - }, - "response": { - "status": 200, - "bodyFileName": "serviceowner-reportees.json", - "headers": { - "Content-Type": "application/json" - } - } -} \ No newline at end of file