Skip to content

Commit 9574089

Browse files
committed
Update test_dremio_schema_filter.py
1 parent 0e3ee8e commit 9574089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/tests/unit/dremio/test_dremio_schema_filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def dremio_api(self, monkeypatch):
2424
authentication_method="password",
2525
username="dummy-user",
2626
password="dummy-password",
27-
schema_pattern=dict(allow=[".*"], deny=[])
27+
schema_pattern=dict(allow=[".*"], deny=[]),
2828
)
2929
report = DremioSourceReport()
3030
return DremioAPIOperations(config, report)

0 commit comments

Comments
 (0)