Skip to content

Commit f3e2acd

Browse files
authored
Update cfapi.py
1 parent 02d93b2 commit f3e2acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/api/cfapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def create_staging(
203203
generated_original_test_source: str,
204204
function_trace_id: str,
205205
coverage_message: str,
206-
replay_tests: str,
207-
concolic_tests: str,
206+
replay_tests: str = "",
207+
concolic_tests: str = "",
208208
) -> Response:
209209
"""Create a staging pull request, targeting the specified branch. (usually 'staging').
210210

0 commit comments

Comments
 (0)