-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem (bug?) with basic auth js script after upgrade from 0.9.6 to 1.0.0 #1531
Comments
@intest please read this part of the release notes: https://github.com/intuit/karate/wiki/1.0-upgrade-guide#javabean-property-short-cuts-dont-work-in-all-cases |
I forgot to metion, that I tried it also and I got:
Also tried with |
@intest sorry this worked for others so you are certainly missing something. please follow this process: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue refer: #1373 (comment) |
To use the toBytes() the object needs to be a string. I think I stumbled on this Peter but forgot to report but it’s just this engine that’s “less forgiving”. @intest do temp.toString().getBytes() |
It works! Thank you so much @joelpramos :) |
I've just upgraded Karate from 0.9.6 to 1.0.0 and I'm struggling with basic auth. Previously it worked perfect, now I'm getting this:
And these details in the report:
Any ideas? Is it a bug in Karate or am I doing something wrong? (beside the upgrade I didn't change anything else)
The text was updated successfully, but these errors were encountered: