Skip to content

Commit

Permalink
feat(i-api):[#378] Fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Feb 7, 2024
1 parent 91b91e1 commit c16476a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static void stopContainer() {
@DynamicPropertySource
static void configureProperties(DynamicPropertyRegistry registry) {
registry.add("bpdm.bpnEndpoint", () -> BpdmWireMockSupport.BPDM_URL_TEMPLATE);
registry.add("digitalTwinRegistry.discoveryFinderUrl", () -> DISCOVERY_FINDER_URL);
registry.add("digitalTwinRegistry.discovery.discoveryFinderUrl", () -> DISCOVERY_FINDER_URL);
registry.add("digitalTwinRegistry.shellDescriptorTemplate", () -> SHELL_DESCRIPTORS_TEMPLATE);
registry.add("digitalTwinRegistry.lookupShellsTemplate", () -> LOOKUP_SHELLS_TEMPLATE);
registry.add("digitalTwinRegistry.type", () -> "decentral");
Expand Down

0 comments on commit c16476a

Please sign in to comment.