Skip to content

Commit

Permalink
fix empty input e2e test (#1780)
Browse files Browse the repository at this point in the history
* fix empty input e2e test

* fix flake8 error

---------

Co-authored-by: Richard Li <[email protected]>
  • Loading branch information
RichardLi1437 and Richard Li authored Nov 17, 2023
1 parent da66cb3 commit 59eab13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_monitoring_run_use_defaults_data_has_no_drift_successful(

def test_monitoring_run_use_defaults_empty_production_data_failed(
self, ml_client: MLClient, get_component, test_suite_name
):
):
"""Test the scenario where the production data is empty."""
pipeline_job = _submit_data_quality_signal_monitor_job(
ml_client,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ def test_monitoring_run_use_defaults_empty_production_data_failed(
)

# empty target data should cause the pipeline to fail
assert pipeline_job.status == "Completed"
assert pipeline_job.status == "Failed"

0 comments on commit 59eab13

Please sign in to comment.