Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/flatten_record_generating_no…
Browse files Browse the repository at this point in the history
…n_expected_fields' into fix/flatten_record_generating_non_expected_fields

# Conflicts:
#	singer_sdk/helpers/_flattening.py
  • Loading branch information
joaopamaral committed Feb 15, 2024
2 parents 77620d3 + f51aae8 commit d928d1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/core/test_flattening.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
id="flattened schema not provided",
),
pytest.param(
None, None, None, InvalidFlatteningRecordsParameter, id="no schema or max level provided"
None,
None,
None,
InvalidFlatteningRecordsParameter,
id="no schema or max level provided",
),
],
)
Expand Down

0 comments on commit d928d1a

Please sign in to comment.