Skip to content

Commit a7ff61d

Browse files
committed
chore: cleanup unit tests
1 parent b1ffab2 commit a7ff61d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/test_estimator.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,8 @@ def test_set_accept_eula_for_model_channel_input_data_config_single_data_source(
378378
"AcceptEula": True
379379
}
380380

381-
# Verify no logging occurred
382-
logger.info.assert_not_called()
383381

384-
385-
def test_set_accept_eula_for_model_channel_input_data_config_single_data_source():
382+
def test_set_accept_eula_for_nonmodel_channel_input_data_config_single_data_source():
386383
"""Test with a single S3DataSource."""
387384
with patch("sagemaker.estimator.logger") as logger:
388385
train_args = {

0 commit comments

Comments
 (0)