You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will the "type" matcher actually allow only "true" or "false"? I'm wondering since the example in Pact "request" is actually a String, not a Boolean (and there seems to be no trace in the Pact that debugMode is of Boolean type).
The text was updated successfully, but these errors were encountered:
Hi, as an example, imagine a boolean query parameter (or header - it's the same issue) named
debugMode
.Definition
Pact DSL:
Groovy DSL:
Generated Pact "request"
Both DSLs:
Generated Pact "matching rules"
Pact DSL:
Groovy DSL:
Question
Is the behavior in Groovy DSL correct?
Will the "type" matcher actually allow only "true" or "false"? I'm wondering since the example in Pact "request" is actually a String, not a Boolean (and there seems to be no trace in the Pact that
debugMode
is of Boolean type).The text was updated successfully, but these errors were encountered: