Closed lashinijay closed 1 year ago
PR builder started Link: https://github.com/wso2/product-is/actions/runs/5155042776
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/5155042776 Status: failure
PR builder started Link: https://github.com/wso2/product-is/actions/runs/5155042776
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/5155042776 Status: failure
Please include unit tests
There are no functional changes introduced with the refactoring and there are existing unit tests covering this functionality.
@janakamarasena could you please approve the PR?
There are no functional changes introduced with the refactoring and there are existing unit tests covering this functionality.
Is this test covering the possible cases for the newly introduced method getProcessedClaimValue
? Went through the code a bit and it doesn't seem to cover it.
There are no functional changes introduced with the refactoring and there are existing unit tests covering this functionality. https://github.com/wso2-extensions/identity-outbound-auth-totp/blob/master/component/authenticator/src/test/java/org/wso2/carbon/identity/application/authenticator/totp/TOTPKeyGeneratorTest.java#L66
Is this test covering the possible cases for the newly introduced method
getProcessedClaimValue
? Went through the code a bit and it doesn't seem to cover it.
The getProcessedClaimValue()
this method will return a string (encrypted or plain text) and it is covered by testGenerateClaims()
method by checking whether it is null or not.
Closing this PR as this will be covered with https://github.com/wso2-extensions/identity-outbound-auth-totp/pull/162
Purpose