-
Is it possible to use the I've got a configuration that looks like this: tests:
integrationTests:
- name: /transactions tests
operations:
- openApiOperationId: getAllTransactions
openApiResponse: "200"
variations:
- name: NoManualAccountsFilterWorks
overwrites:
- overwriteRequestQueryParams:
- key: manual_account_id
value: 0
tests:
contentTests:
- responseBodyTests:
- key: transactions
length: "{{_numNonManualAccountTrans}}" However, I'm finding that the portman generated request looks like this: http://localhost:3000/v2/transactions?manual_account_id= Where the 0 value is interpreted as nothing. Is it possible to set a query param to zero? Perhaps there is a different directive? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
hi @jpjpjp We will do some debugging to verify what is going on. |
Beta Was this translation helpful? Give feedback.
hi @jpjpjp
It was a bug. I created a PR to solve this.