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
Send a request to a Karate mock that has a header with an upper case letter. On the server side, "* print requestHeaders" will show that header in all lower case, and "* match requestHeadsers.[header_name][0] == '____'" will fail with the following:
match failed: EQUALS
$ | actual path does not exist (STRING:STRING)
'#notpresent'
Send a request to a Karate mock that has a header with an upper case letter. On the server side, "* print requestHeaders" will show that header in all lower case, and "* match requestHeadsers.[header_name][0] == '____'" will fail with the following:
match failed: EQUALS
$ | actual path does not exist (STRING:STRING)
'#notpresent'
KarateIssue.zip
The text was updated successfully, but these errors were encountered: