Skip to content

Commit bad7139

Browse files
test: add Prism-based OpenAPI mock verification
Signed-off-by: laurentketterle-hub <laurentketterle-hub@users.noreply.github.com>
1 parent 77b3423 commit bad7139

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{ "method": "GET", "path": "/api/health" },
3+
{ "method": "GET", "path": "/api/v1/plans" },
4+
{ "method": "GET", "path": "/api/subscriptions" },
5+
{ "method": "GET", "path": "/api/subscriptions/{id}" }
6+
]

0 commit comments

Comments
 (0)