Skip to content

Commit

Permalink
Fix TestAzureDataFactoryRunPipelineOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-fell committed May 21, 2022
1 parent dfa297a commit 2812f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def execute(self, context: "Context") -> None:
self.log.info("Pipeline run %s has completed successfully.", self.run_id)
else:
raise AzureDataFactoryPipelineRunException(
"Pipeline run %s has failed or has been cancelled.", self.run_id
f"Pipeline run {self.run_id} has failed or has been cancelled."
)

def on_kill(self) -> None:
Expand Down

0 comments on commit 2812f14

Please sign in to comment.