Skip to content

Commit

Permalink
chore: remove unneeded properties from integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjaquensel committed Jul 18, 2023
1 parent 9eb4ac4 commit c3ffe1c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ class UseCaseResourceIntegrationTest {
"web.http.protocol.path", protocolApiPath,
"edc.dsp.callback.address", providerProtocolUrl.toString(),
"edc.connector.name", providerId,
"edc.participant.id", providerId,
"edc.jsonld.http.enabled", "true"
"edc.participant.id", providerId
)
);

Expand Down

0 comments on commit c3ffe1c

Please sign in to comment.