Update test_cognitoidp.py

This commit is contained in:
Bert Blommers 2021-08-03 16:54:31 +01:00 committed by GitHub
parent 33988b96c2
commit bc369679f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1255,7 +1255,6 @@ def test_list_users_inherent_attributes():
result = conn.list_users(
UserPoolId=user_pool_id, Filter='{}="{}"'.format(filter, filter_value)
)
print(result)
result["Users"].should.have.length_of(1)
result["Users"][0][response_field].should.equal(response_field_expected_value)