From bc369679f221bb43d2af61bc77579e2c0f7c23a4 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Tue, 3 Aug 2021 16:54:31 +0100 Subject: [PATCH] Update test_cognitoidp.py --- tests/test_cognitoidp/test_cognitoidp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cognitoidp/test_cognitoidp.py b/tests/test_cognitoidp/test_cognitoidp.py index be11f99a2..bcc34d3e0 100644 --- a/tests/test_cognitoidp/test_cognitoidp.py +++ b/tests/test_cognitoidp/test_cognitoidp.py @@ -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)