Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimberman committed Feb 16, 2022
1 parent 12ba2fa commit df32d35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/operators/test_postgres_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,8 @@ def sample_pg():
sample_pg,
(),
{
"op_kwargs": {
"conn_id": "postgres_conn",
"database": "pagila",
}
"conn_id": "postgres_conn",
"database": "pagila",
},
)
df = pd.read_sql(
Expand Down

0 comments on commit df32d35

Please sign in to comment.