Skip to content

Commit 0ce904c

Browse files
navinsoninavinnsahsan-z-khan
authored
deprecation: Remove stale S3DownloadMode from test_session.py (#2602)
Co-authored-by: Navin Soni <[email protected]> Co-authored-by: Ahsan Khan <[email protected]>
1 parent b2ea7ae commit 0ce904c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/unit/test_session.py

-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def test_process(boto_session):
7878
"LocalPath": "/container/path/",
7979
"S3DataType": "Archive",
8080
"S3InputMode": "File",
81-
"S3DownloadMode": "Continuous",
8281
"S3DataDistributionType": "FullyReplicated",
8382
"S3CompressionType": "None",
8483
},
@@ -90,7 +89,6 @@ def test_process(boto_session):
9089
"LocalPath": "/container/path/",
9190
"S3DataType": "Archive",
9291
"S3InputMode": "File",
93-
"S3DownloadMode": "Continuous",
9492
"S3DataDistributionType": "FullyReplicated",
9593
"S3CompressionType": "None",
9694
},
@@ -102,7 +100,6 @@ def test_process(boto_session):
102100
"LocalPath": "/code/source",
103101
"S3DataType": "Archive",
104102
"S3InputMode": "File",
105-
"S3DownloadMode": "Continuous",
106103
"S3DataDistributionType": "FullyReplicated",
107104
"S3CompressionType": "None",
108105
},
@@ -181,7 +178,6 @@ def test_process(boto_session):
181178
"LocalPath": "/container/path/",
182179
"S3DataType": "Archive",
183180
"S3InputMode": "File",
184-
"S3DownloadMode": "Continuous",
185181
"S3DataDistributionType": "FullyReplicated",
186182
"S3CompressionType": "None",
187183
},
@@ -193,7 +189,6 @@ def test_process(boto_session):
193189
"LocalPath": "/container/path/",
194190
"S3DataType": "Archive",
195191
"S3InputMode": "File",
196-
"S3DownloadMode": "Continuous",
197192
"S3DataDistributionType": "FullyReplicated",
198193
"S3CompressionType": "None",
199194
},
@@ -205,7 +200,6 @@ def test_process(boto_session):
205200
"LocalPath": "/code/source",
206201
"S3DataType": "Archive",
207202
"S3InputMode": "File",
208-
"S3DownloadMode": "Continuous",
209203
"S3DataDistributionType": "FullyReplicated",
210204
"S3CompressionType": "None",
211205
},

0 commit comments

Comments
 (0)