Skip to content

Commit

Permalink
Add methods to get the connector_id
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
natanlaverde committed Jul 19, 2024
1 parent 52f5a43 commit a716915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operators/test_fivetran.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_fivetran_op_without_connector_id(self, m):
def test_fivetran_op_without_connector_id_error(self):
"""Tests that execute_complete method raises exception in case of error"""
with pytest.raises(ValueError) as exc:
task = FivetranOperator(
FivetranOperator(
task_id="fivetran_op_async",
fivetran_conn_id="conn_fivetran",
)
Expand Down

0 comments on commit a716915

Please sign in to comment.