Skip to content

Commit

Permalink
Undo test change out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Sep 27, 2023
1 parent 0566be5 commit 2d8d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operators/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_run_operator_dataset_inlets_and_outlets():
dbt_cmd_flags=["--models", "stg_customers"],
install_deps=True,
)
run_operator >> test_operator
run_operator
run_test_dag(dag)
assert run_operator.inlets == []
assert run_operator.outlets == [Dataset(uri="postgres://0.0.0.0:5432/postgres.public.stg_customers", extra=None)]
Expand Down

0 comments on commit 2d8d0b1

Please sign in to comment.