From f5f64be45b9e2ba1edca510e5aac151b9ea43047 Mon Sep 17 00:00:00 2001 From: Barry Date: Wed, 4 Apr 2018 00:28:39 -0700 Subject: [PATCH] Added comment --- tests/test_cognitoidentity/test_cognitoidentity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cognitoidentity/test_cognitoidentity.py b/tests/test_cognitoidentity/test_cognitoidentity.py index c752f3784..a38107b99 100644 --- a/tests/test_cognitoidentity/test_cognitoidentity.py +++ b/tests/test_cognitoidentity/test_cognitoidentity.py @@ -48,6 +48,7 @@ def test_get_id(): @mock_cognitoidentity def test_get_credentials_for_identity(): + # These two do NOT work in server mode. They just don't return the data from the model. conn = boto3.client('cognito-identity', 'us-west-2') result = conn.get_credentials_for_identity(IdentityId='12345')