We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ffab2 commit a7ff61dCopy full SHA for a7ff61d
tests/unit/test_estimator.py
@@ -378,11 +378,8 @@ def test_set_accept_eula_for_model_channel_input_data_config_single_data_source(
378
"AcceptEula": True
379
}
380
381
- # Verify no logging occurred
382
- logger.info.assert_not_called()
383
384
-
385
-def test_set_accept_eula_for_model_channel_input_data_config_single_data_source():
+def test_set_accept_eula_for_nonmodel_channel_input_data_config_single_data_source():
386
"""Test with a single S3DataSource."""
387
with patch("sagemaker.estimator.logger") as logger:
388
train_args = {
0 commit comments