We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f9b39 commit 160beeeCopy full SHA for 160beee
test/scripts/data/datasource/test_s3.py
@@ -223,7 +223,7 @@ def test_different_addressing_styles(self):
223
224
# 创建 S3DataSource 实例以触发 boto3.client 调用
225
input_args = InputArgs(**config)
226
- datasource = S3DataSource(input_args=input_args)
+ _ = S3DataSource(input_args=input_args)
227
228
# 验证 boto3.client 被调用了
229
self.assertTrue(mock_client.called)
0 commit comments