[ISS-1258][DC] resolving formatting and line length issues

This commit is contained in:
DanielConnelly 2026-06-02 15:20:12 +01:00
parent 10ce480836
commit 6f0f112e53
No known key found for this signature in database
2 changed files with 22 additions and 10 deletions

View file

@ -73,7 +73,11 @@ def test_get_aws_secrets_from_env(env_vars, values):
(
(
'aws_temp_secrets_file.json',
{"tempAccessKeyId", "tempSecretAccessKey", "tempSessionToken"},
{
"tempAccessKeyId",
"tempSecretAccessKey",
"tempSessionToken"
},
),
('nonsense.txt', set()),
('ok_json.json', set()),