mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Set default value of pat_token in conftest.py to be empty string
This commit is contained in:
parent
751edfefe5
commit
07ade2262a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue