Skip to content

Commit

Permalink
Fix documentation search
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 20, 2024
1 parent 9292b1a commit cafc388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/strawberry_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _collect_exception(
else:
text += f"\n``````\n{exception_text.strip()}\n``````\n\n"

documentation_path = DOCS_FOLDER / f"{raised_exception.documentation_path}.mdx"
documentation_path = DOCS_FOLDER / f"{raised_exception.documentation_path}.md"

if not documentation_path.exists():
pytest.fail(
Expand Down

0 comments on commit cafc388

Please sign in to comment.