We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d93b2 commit f3e2acdCopy full SHA for f3e2acd
codeflash/api/cfapi.py
@@ -203,8 +203,8 @@ def create_staging(
203
generated_original_test_source: str,
204
function_trace_id: str,
205
coverage_message: str,
206
- replay_tests: str,
207
- concolic_tests: str,
+ replay_tests: str = "",
+ concolic_tests: str = "",
208
) -> Response:
209
"""Create a staging pull request, targeting the specified branch. (usually 'staging').
210
0 commit comments