pact-foundation / pact-reference

Reference implementations for the pact specifications
https://pact.io
MIT License
91 stars 46 forks source link

Add support for `statusCode` matcher in FFI #296

Closed mefellows closed 7 months ago

mefellows commented 1 year ago

Currently the FFI only supports an exact match: https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_ffi/src/mock_server/handles.rs#L1196

github-actions[bot] commented 1 year ago

👋 Hi! The 'smartbear-supported' label has just been added to this issue, which will create an internal tracking ticket in PactFlow's Jira (PACT-1139). We will use this to prioritise and assign a team member to this task. All activity will be public on this ticket. For now, sit tight and we'll update this ticket once we have more information on the next steps.

See our documentation for more information.

rholshausen commented 7 months ago

Support exists using pactffi_response_status_v2

mefellows commented 7 months ago

Awesome, thanks.