]> juplo.de Git - demos/kafka/chat/commitdiff
refactor: Shared the renamed pact
authorKai Moritz <kai@juplo.de>
Sat, 11 Oct 2025 19:01:56 +0000 (21:01 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 11 Oct 2025 19:20:18 +0000 (21:20 +0200)
pacts
src/app/chatroom/chatroom.service.pact.spec.ts

diff --git a/pacts b/pacts
index 9d3b95c268e7db8710f9b6bd5bd2690bac65a9ab..aebebad7afa79a6854a25a45cc2b940224f0dad9 160000 (submodule)
--- a/pacts
+++ b/pacts
@@ -1 +1 @@
-Subproject commit 9d3b95c268e7db8710f9b6bd5bd2690bac65a9ab
+Subproject commit aebebad7afa79a6854a25a45cc2b940224f0dad9
index 5ab6a71c0a7d5da6532bfc3a4608007220951c94..c87be9425fd68f68df50130680ceda869583a250 100644 (file)
@@ -10,8 +10,8 @@ import { APP_PROPS } from '../app.tokens';
 describe('Pact between the ChatroomService and the backend', () => {
 
   const provider = new Pact({
-    consumer: 'frontend.ChatroomService',
-    provider: 'backend',
+    consumer: 'ChatroomService',
+    provider: 'ChatBackendController',
     spec: SpecificationVersion.SPECIFICATION_VERSION_V4,
     dir: 'pacts',
     logLevel: 'debug',