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
.header("WWW-Authenticate", "Bearer realm=\"My Application\"")
I was testing with an application that was not named the default My Application, and the ErrorsIT failed.
Simple work around: use a different application, or rename an existing one.
Link to current version of file:
stormpath-framework-tck/src/test/groovy/com/stormpath/tck/errors/ErrorsIT.groovy
Line 57 in a179897
.header("WWW-Authenticate", "Bearer realm=\"My Application\"")I was testing with an application that was not named the default
My Application, and theErrorsITfailed.Simple work around: use a different application, or rename an existing one.