gocloak
gocloak copied to clipboard
`TestGocloak_GetRawUserInfo` now tests `client.GetRawUserInfo` instead of `client.GetUserInfo`
TestGocloak_GetRawUserInfo
now tests client.GetRawUserInfo
instead of client.GetUserInfo
Both options only differ in the automatic unmarshalling target, but this fix was presumably intended.
Sadly u cannot run the tests locally, as the script fails with
./run-tests.sh: 8: Syntax error: "(" unexpected
Hi thank you for the contribution! :) could you please try to resolve the merge conflicts? :)
I would love to - but can't without being able to run tests locally. The test scripts fail with a syntax error on my side, haven't figured out why.
Hi, can you please merge the main branch into your branch? :) I think i have worked around the Pipeline test fails.