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
1) Verifying a pact between agent-desktop and impersonation_tokens Given agent user exists - start impersonation
1.1) includes header 'Set-Cookie' with value 'auth=fake-token; HttpOnly'
Expected header 'Set-Cookie' to have value 'auth=fake-token; HttpOnly' but was 'auth=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDQyMTczMDQsImlhdCI6MTcwNDIxMDEwNCwiYWN0aXZhdGVkQXQiOiIyMDI0LTAxLTAyVDE1OjQxOjQ1Ljg0NVoiLCJ1c2VySWQiOiJleGFtcGxlVXNlcklkIiwib3JnSWQiOiJleGFtcGxlT3JnSWQiLCJyb2xlSWRzIjpbImFnZW50Il0sInNhZ2FuVXNlciI6ImFkbWluQGV4YW1wbGUub3JnIiwic2Vzc2lvbiI6eyJpZCI6IkY2QklCd2xtUXNTckJvQ01CX0pEZXcifX0.kNXCzxDQjGEmEwEAoLC1JLLUYPTQjWgHheLlhEPlOc0; Path=/; Expires=Tue'
Notice that the match is terminated on the comma after "Tue".
The text was updated successfully, but these errors were encountered:
Given the following pact JSON:
Complete JSON: agent-desktop-impersonation_tokens.json
and the provider responding with:
which matches the
Set-Cookie
regex: https://regex101.com/r/bTjvJT/1,the verification fails with:
Notice that the match is terminated on the comma after "Tue".
The text was updated successfully, but these errors were encountered: