Skip to content

Commit 71c47b8

Browse files
committed
spaces
1 parent 34e9569 commit 71c47b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e_batch/test_e2e_batch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ def test_header_name_validation_error(self):
182182
ack_content = get_file_content_from_s3(ACK_BUCKET, ack_key)
183183
check_ack_file_content(ack_content, "Failure", FILE_NAME_VAL_ERROR, None)
184184

185-
# This test updates the permissions_config.json file from the imms-internal-dev-supplier-config
186-
# S3 bucket shared across multiple environments (PR environments, internal-dev, int, and ref).
185+
# This test updates the permissions_config.json file from the imms-internal-dev-supplier-config
186+
# S3 bucket shared across multiple environments (PR environments, internal-dev, int, and ref).
187187
# Running this may modify permissions in these environments, causing unintended side effects.
188188
@unittest.skip("Modifies shared S3 permissions configuration")
189189
def test_invalid_permission(self):

0 commit comments

Comments
 (0)