You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnResponse("To edit a test instance, you need to give an id, or a test_definition_id with a version, or a test_definition_alias with a version ", status=status.HTTP_400_BAD_REQUEST)
1500
1500
1501
1501
#check if version is editable
1502
-
ifnot_are_test_code_editable(test_code):
1503
-
returnResponse("This version is no longer editable as there is at least one result associated with it", status=status.HTTP_400_BAD_REQUEST)
0 commit comments