Skip to content

Commit

Permalink
fix result type in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Feb 26, 2024
1 parent e94bb03 commit 59d5cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def generate_page(page_size=20, result_type: ResultType = None):
results.append(
SearchResult(
id=fake.unique.name(),
result_type=choice((ResultType.DATA_PRODUCT, ResultType.TABLE)),
result_type=(
choice((ResultType.DATA_PRODUCT, ResultType.TABLE))
if result_type is None
Expand Down

0 comments on commit 59d5cfb

Please sign in to comment.