Skip to content

Commit

Permalink
Remove this boolean assert
Browse files Browse the repository at this point in the history
It was useful for demonstrating the bug but its not required
  • Loading branch information
jimwbaldwin committed Nov 5, 2024
1 parent 8e798d3 commit 528f830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/tests/amazon/aws/triggers/test_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def test_serialization(self):
)
classpath, kwargs = trigger.serialize()
assert classpath == "airflow.providers.amazon.aws.triggers.glue.GlueJobCompleteTrigger"
assert bool(kwargs["verbose"]) == False
assert kwargs == {
"job_name": "job_name",
"run_id": "JobRunId",
Expand Down

0 comments on commit 528f830

Please sign in to comment.