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 e184fa9 commit a3c8465Copy full SHA for a3c8465
tests/operators/forecast/test_errors.py
@@ -1024,7 +1024,7 @@ def test_generate_files(operator_setup, model):
1024
assert "global_explanation.csv" in files, "Failed to generated global expl file"
1025
1026
# Test that the results object still generates when report.html has an error
1027
- yaml_i["spec"]["output_directory"]["url"] = "oci://test@test/test_dir"
+ yaml_i["spec"]["output_directory"]["url"] = "s3://test@test/test_dir"
1028
operator_config = ForecastOperatorConfig.from_dict(yaml_i)
1029
results = operate(operator_config)
1030
_check_results_obj(results)
0 commit comments