diff --git a/tests/documentation/test_docs.py b/tests/documentation/test_docs.py index 60c567d4a30..51a618a3aa5 100644 --- a/tests/documentation/test_docs.py +++ b/tests/documentation/test_docs.py @@ -72,5 +72,12 @@ def test_readme(): check_md_file( fpath='README.md', memory=True, - keyword_ignore=['tensorflow', 'fastapi', 'push', 'langchain', 'MovieDoc'], + keyword_ignore=[ + 'tensorflow', + 'fastapi', + 'push', + 'langchain', + 'MovieDoc', + 'jina', + ], )