mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Set default value of pat_token in conftest.py to be empty string
This commit is contained in:
@@ -91,7 +91,7 @@ def content_config(tmp_path_factory, search_config: SearchConfig):
|
||||
}
|
||||
|
||||
content_config.github = GithubContentConfig(
|
||||
pat_token=os.getenv("GITHUB_PAT_TOKEN"),
|
||||
pat_token=os.getenv("GITHUB_PAT_TOKEN", ""),
|
||||
repo_name="lantern",
|
||||
repo_owner="khoj-ai",
|
||||
repo_branch="master",
|
||||
|
||||
Reference in New Issue
Block a user