OpenConext / Stepup-Gateway

Stepup Gateway
Apache License 2.0
6 stars 3 forks source link

Fix missing negation in test for issuing "failed" log message #311

Closed thijskh closed 9 months ago

thijskh commented 9 months ago

The code checks if the response isSuccess but then changes the log message to that the response is failed. This is likely a missing negation in the test.

Note: this is from reading the code, I did not perform actual tests on the before and after situation.

MKodde commented 9 months ago

Rebased this to my intermediate 4.2 hotfix branch. After merging and releasing there, I will return this change back to the main branch.