Add tests, fix CF-42
This commit is contained in:
parent
05e0221f85
commit
168634dbdf
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ import requests
|
|||
from codeflash.code_utils.env_utils import get_codeflash_api_key
|
||||
from codeflash.github.PrComment import PrComment
|
||||
|
||||
# CFAPI_BASE_URL = "https://app.codeflash.ai"
|
||||
CFAPI_BASE_URL = "http://localhost:3001"
|
||||
CFAPI_BASE_URL = "https://app.codeflash.ai"
|
||||
# CFAPI_BASE_URL = "http://localhost:3001"
|
||||
|
||||
CFAPI_HEADERS = {"Authorization": f"Bearer {get_codeflash_api_key()}"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue