Skip to content

Commit

Permalink
[fix] jira tests: decrease number of issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Feb 6, 2024
1 parent 4d54f3c commit 69982c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/jira/test_jira_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ def test_load_query_issues(destination_name: str) -> None:
# tables are typed dicts
users_table = data_tables[0]
assert users_table["name"] == "issues"
assert load_table_counts(pipeline, "issues") == {"issues": 21}
# distinct
assert load_table_counts(pipeline, "issues") == {"issues": 11} # values are changing (decrease)
# distinct. actually, we have only 10 unique issues in the project
assert load_table_distinct_counts(pipeline, "id", "issues") == {"issues": 10}

0 comments on commit 69982c8

Please sign in to comment.