diff --git a/backend/scripts/seed-data.js b/backend/scripts/seed-data.js index 18aa44f..b3b7e0f 100644 --- a/backend/scripts/seed-data.js +++ b/backend/scripts/seed-data.js @@ -87,22 +87,6 @@ async function api() { `${config.apiUrl}/api/v1/data/entity/domains/get`, { fedidUrl: config.fedidUrl, // optional - auth: { - subject: { - type: "user", - id: "tester", - }, - action: { - name: "read", - }, - resource: { - type: "data", - id: "1234", - properties: { - ownerID: "tester@test.com", - } - } - } }, { headers: {