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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
.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.
The text was updated successfully, but these errors were encountered:
The simple workaround is fine right now (for me at least), but this will be a problem when we get to the point of the TCK testing multiple configurations/applications.
Is the solution to make the TCK read some config or env var that contains the expected name of the application? That would work, but feels icky to me.
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 theErrorsIT
failed.Simple work around: use a different application, or rename an existing one.
The text was updated successfully, but these errors were encountered: