Reputation: 2185
Given the following Karate code:
Given path 'path'
When method get
And def var1 = "name"
Then match response ==
"""
{ #(var1): "val1"}
"""
The #(var1)
is not being resolved to "name" in the match
Any advice?
Upvotes: 1
Views: 34