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
I'm deploying gripmock in kubernetes cluster and it check the health check using check method with payload "service":""
I'm tried this way to create a mock using matches method to accept "service field with empty string"
tried many combination also like
^$
^$|.*
""
but no luck with any above combination, I'm getting Can't find stub error
{"service":"Health","method":"Check","input":{"matches":{"service":"^$"}},"output":{"data":{"status":"SERVING"}}}
{
"error": "2 UNKNOWN: Can't find stub \n\nService: Health \n\nMethod: Check \n\nInput\n\n{\n}\n\nClosest Match \n\nmatches:{\n\tmatches: ^$\n}"
}
The text was updated successfully, but these errors were encountered:
Hi,
I'm deploying gripmock in kubernetes cluster and it check the health check using check method with payload "service":""
I'm tried this way to create a mock using matches method to accept "service field with empty string"
tried many combination also like
^$
^$|.*
""
but no luck with any above combination, I'm getting Can't find stub error
{"service":"Health","method":"Check","input":{"matches":{"service":"^$"}},"output":{"data":{"status":"SERVING"}}}
{
"error": "2 UNKNOWN: Can't find stub \n\nService: Health \n\nMethod: Check \n\nInput\n\n{\n}\n\nClosest Match \n\nmatches:{\n\tmatches: ^$\n}"
}
The text was updated successfully, but these errors were encountered: