Skip to content

Commit 6be5dcd

Browse files
committed
Fix TeaStore composite connection
1 parent 8644689 commit 6be5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descartesresearch-teastore-psr/ProjectSpecificRules.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ProjectSpecificRules implements Rule {
7575
pcmDetector.detectComponent(identifier)
7676
} else if (identifier.name().endsWith("RegistryClient")) {
7777
pcmDetector.detectComponent(identifier)
78-
pcmDetector.detectRequiredInterface(identifier, new RESTName("tools.descartes.teastore.registry", "/services"))
78+
pcmDetector.detectRequiredInterface(identifier, new RESTName("SERVICE-HOST", "/services"))
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)