aws / aws-sdk-net-extensions-cognito

An extension library to assist in the Amazon Cognito User Pools authentication process
Apache License 2.0
102 stars 49 forks source link

Fix integration test #143

Closed 96malhar closed 2 months ago

96malhar commented 2 months ago

Description of changes: Currently, The TestGetUserDetails asserts that the UserAttributes on index 2 matches an expected value but results in a test failure. I changed the condition so that it loops through different entries and looks for a match to the expected value.

Note: This test also failed without the UA changes made in this repo.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.