Skip to content

Commit 8dc6a70

Browse files
author
GnanasundaramSampath
committed
[azure-ai-ml] Fix hdfs test helper import for CI
1 parent 8b1dd74 commit 8dc6a70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/ml/azure-ai-ml/tests/pipeline_job/unittests/test_pipeline_job_schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from azure.ai.ml.entities._job._input_output_helpers import (
3434
INPUT_MOUNT_MAPPING_FROM_REST,
3535
from_rest_inputs_to_dataset_literal,
36-
to_rest_dataset_literal,
36+
to_rest_dataset_literal_inputs,
3737
validate_pipeline_input_key_characters,
3838
)
3939
from azure.ai.ml.entities._job.automl.search_space_utils import _convert_sweep_dist_dict_to_str_dict
@@ -56,7 +56,7 @@
5656
@pytest.mark.pipeline_test
5757
class TestPipelineJobSchema:
5858
def test_hdfs_input_mode_round_trip(self):
59-
rest_inputs = to_rest_dataset_literal(
59+
rest_inputs = to_rest_dataset_literal_inputs(
6060
{
6161
"hdfs_input": Input(
6262
type=AssetTypes.URI_FOLDER,

0 commit comments

Comments
 (0)