Skip to content

Commit

Permalink
test(azure): fix missing argument issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Oct 18, 2023
1 parent 2009f93 commit 0684657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/microsoft/azure/sensors/test_data_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class TestAzureDataFactoryPipelineRunStatusSensorAsync:
SENSOR = AzureDataFactoryPipelineRunStatusSensorAsync(
task_id="pipeline_run_sensor_async",
run_id=RUN_ID,
factory_name="factory_name",
resource_group_name="resource_group_name",
)

@mock.patch(f"{MODULE}.AzureDataFactoryPipelineRunStatusSensorAsync.defer")
Expand Down

0 comments on commit 0684657

Please sign in to comment.