From 8c4e57bb0973a60deb4d16b4e3ff13ba8a45989e Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 12 Oct 2025 00:22:28 +0200 Subject: [PATCH] feat: Removed obsolet expectations in current version --- ChatroomService-ChatBackendController.json | 119 --------------------- 1 file changed, 119 deletions(-) diff --git a/ChatroomService-ChatBackendController.json b/ChatroomService-ChatBackendController.json index abad220d..d8da4a28 100644 --- a/ChatroomService-ChatBackendController.json +++ b/ChatroomService-ChatBackendController.json @@ -102,125 +102,6 @@ "status": 404 }, "type": "Synchronous/HTTP" - }, - { - "description": "a request for /list", - "pending": false, - "providerStates": [ - { - "name": "there are 10 shards" - }, - { - "name": "the server is responsible for shard 2" - }, - { - "name": "chatroom 5c73531c-6fc4-426c-adcb-afc5c140a0f7 exists in shard 2" - } - ], - "request": { - "headers": { - "Accept": [ - "application/json" - ] - }, - "matchingRules": { - "header": { - "Accept": { - "combine": "AND", - "matchers": [ - { - "match": "type" - } - ] - } - } - }, - "method": "GET", - "path": "/list" - }, - "response": { - "body": { - "content": [ - { - "id": "5c73531c-6fc4-426c-adcb-afc5c140a0f7", - "name": "FOO", - "shard": 2 - } - ], - "contentType": "application/json", - "encoded": false - }, - "headers": { - "Content-Type": [ - "application/json" - ] - }, - "matchingRules": { - "body": { - "$": { - "combine": "AND", - "matchers": [ - { - "match": "type", - "min": 1 - } - ] - } - } - }, - "status": 200 - }, - "type": "Synchronous/HTTP" - }, - { - "description": "a request for /list", - "pending": false, - "providerStates": [ - { - "name": "there are 10 shards" - }, - { - "name": "the server is responsible for shard 2" - }, - { - "name": "there are no chatrooms available at all in shard 2" - } - ], - "request": { - "headers": { - "Accept": [ - "application/json" - ] - }, - "matchingRules": { - "header": { - "Accept": { - "combine": "AND", - "matchers": [ - { - "match": "type" - } - ] - } - } - }, - "method": "GET", - "path": "/list" - }, - "response": { - "body": { - "content": [], - "contentType": "application/json", - "encoded": false - }, - "headers": { - "Content-Type": [ - "application/json" - ] - }, - "status": 200 - }, - "type": "Synchronous/HTTP" } ], "metadata": { -- 2.39.5