Skip to content

Commit

Permalink
chore: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed Sep 17, 2024
1 parent ba3e5cb commit ee0b57e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingestion/tests/integration/mysql/test_data_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ def test_column_test_cases(
nullable=False,
)
cleanup_fqns(TestCase, test_case.fullyQualifiedName.root)
parameters.expected_result.timestamp = (
test_case.testCaseResult.timestamp
) # timestamp is not deterministic
assert_equal_pydantic_objects(
parameters.expected_result,
test_case.testCaseResult,
Expand Down

0 comments on commit ee0b57e

Please sign in to comment.