Skip to content

Commit

Permalink
ignore callarg for dremio config test
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 27, 2024
1 parent e1868ae commit 3d83299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/dremio/test_dremio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def dremio_client(empty_schema) -> DremioClient:
creds.database = "test_database"
return DremioClient(
empty_schema,
DremioClientConfiguration(dataset_name="test_dataset", credentials=creds),
DremioClientConfiguration(dataset_name="test_dataset", credentials=creds), # type: ignore[call-arg]
)


Expand Down

0 comments on commit 3d83299

Please sign in to comment.