Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 1, 2024
1 parent 5662a87 commit da51e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _normalize_filters(filters: Dict[str, Any]) -> Tuple[List[str], Dict[str, An
for k in keys_to_remove:
del filters[k]

final_where = dict(filters | where)
final_where = dict(filters | dict(where))
try:
if final_where:
validate_where(final_where)
Expand Down

0 comments on commit da51e14

Please sign in to comment.