mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
update the test-key format
This commit is contained in:
parent
5d94c59d3b
commit
f66d731e00
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
os.environ["CODEFLASH_API_KEY"] = "test-key"
|
||||
os.environ["CODEFLASH_API_KEY"] = "cf-test-key"
|
||||
from codeflash.code_utils.code_replacer import replace_function_in_file
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
|
||||
os.environ["CODEFLASH_API_KEY"] = "test-key"
|
||||
os.environ["CODEFLASH_API_KEY"] = "cf-test-key"
|
||||
from codeflash.verification.verifier import merge_unit_tests
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue