From 7c0236afa7a02064696e7245d1609c2e475aec12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 19 Jun 2023 10:37:01 +0200 Subject: [PATCH] test: regenerate serialized graph --- .../e2e/fixtures/post-init-graph.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/integration/inspector/e2e/fixtures/post-init-graph.json b/integration/inspector/e2e/fixtures/post-init-graph.json index 6e20f4c2a..9e384a127 100644 --- a/integration/inspector/e2e/fixtures/post-init-graph.json +++ b/integration/inspector/e2e/fixtures/post-init-graph.json @@ -2673,6 +2673,30 @@ } ], "1634859874": [ + { + "type": "middleware", + "methodName": "use", + "className": "LoggerMiddleware", + "classNodeId": "1634859874", + "metadata": { + "key": "/cats/", + "path": "/cats/", + "requestMethod": "POST" + }, + "id": "1634859874_use" + }, + { + "type": "middleware", + "methodName": "use", + "className": "LoggerMiddleware", + "classNodeId": "1634859874", + "metadata": { + "key": "/cats/", + "path": "/cats/", + "requestMethod": "GET" + }, + "id": "1634859874_use" + }, { "type": "middleware", "methodName": "use",