Skip to content

Commit fa92ac6

Browse files
committed
comments
1 parent f79a0ba commit fa92ac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e_batch/scenarios.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def __init__(self, scenario: dict):
4545
self.enabled = scenario.get("enabled", False)
4646
self.ack_keys = {DestinationType.INF: None, DestinationType.BUS: None}
4747
# initialise attribs to be set later
48-
self.key = None
49-
self.file_name = None
50-
self.identifier = None
48+
self.key = None # S3 key of the uploaded file
49+
self.file_name = None # name of the generated CSV file
50+
self.identifier = None # unique identifier of subject in the CSV file rows
5151

5252
def get_poll_destinations(self, pending: bool) -> bool:
5353
# loop through keys in test (inf and bus)

0 commit comments

Comments
 (0)