gocloak icon indicating copy to clipboard operation
gocloak copied to clipboard

`TestGocloak_GetRawUserInfo` now tests `client.GetRawUserInfo` instead of `client.GetUserInfo`

Open burner-account opened this issue 3 years ago • 4 comments

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.

burner-account avatar Mar 13 '21 18:03 burner-account

Sadly u cannot run the tests locally, as the script fails with ./run-tests.sh: 8: Syntax error: "(" unexpected

burner-account avatar Mar 13 '21 19:03 burner-account

Hi thank you for the contribution! :) could you please try to resolve the merge conflicts? :)

Nerzal avatar Mar 27 '21 01:03 Nerzal

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.

burner-account avatar Mar 27 '21 04:03 burner-account

Hi, can you please merge the main branch into your branch? :) I think i have worked around the Pipeline test fails.

Nerzal avatar May 01 '21 00:05 Nerzal