Skip to content

Commit b1df292

Browse files
🐛 Fixes contract limit parameter (ITISFoundation#7309)
1 parent 9f5b9a1 commit b1df292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/pact_broker/pacts/05_licensed_items.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"version": "1.0.0"
128128
}
129129
],
130-
"limit": 50,
130+
"limit": 20,
131131
"links": {
132132
"first": "/v0/licensed-items?offset=0",
133133
"last": "/v0/licensed-items?offset=0",

0 commit comments

Comments
 (0)