diff --git a/tests/app/aws/test_s3.py b/tests/app/aws/test_s3.py index f4a75b3dc..fe838cd1f 100644 --- a/tests/app/aws/test_s3.py +++ b/tests/app/aws/test_s3.py @@ -608,7 +608,7 @@ def test_get_s3_client_with_env_credentials(): os.environ, { "AWS_ACCESS_KEY_ID": "test-key", - "AWS_SECRET_ACCESS_ID": "test-sekret", + "AWS_SECRET_ACCESS_KEY": "test-sekret", # pragma: allowlist secret "AWS_DEFAULT_REGION": "us-north-1", }, ):