Skip to content

Commit

Permalink
Fix lint (#40558)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenpagedv committed Jul 2, 2024
1 parent 2e2b3e9 commit ee9e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/providers/google/cloud/operators/test_bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@ def test_bigquery_check_operator_query_parameters_passing(
sql="SELECT * FROM any WHERE test_param = @test_param",
location=TEST_DATASET_LOCATION,
deferrable=True,
query_params=query_params
query_params=query_params,
)

ti.task.execute(MagicMock())
Expand Down

0 comments on commit ee9e2d5

Please sign in to comment.