mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-15 20:54:31 +00:00
fixed typeguard tests w/ burnettk
This commit is contained in:
parent
b28c9c8deb
commit
5702a74575
@ -42,7 +42,7 @@ from spiffworkflow_backend.services.spec_file_service import SpecFileService
|
|||||||
|
|
||||||
|
|
||||||
def process_model_create(
|
def process_model_create(
|
||||||
modified_process_group_id: str, body: Dict[str, Union[str, bool, int]]
|
modified_process_group_id: str, body: Dict[str, Union[str, bool, int, None, list]]
|
||||||
) -> flask.wrappers.Response:
|
) -> flask.wrappers.Response:
|
||||||
"""Process_model_create."""
|
"""Process_model_create."""
|
||||||
body_include_list = [
|
body_include_list = [
|
||||||
@ -93,7 +93,7 @@ def process_model_delete(
|
|||||||
|
|
||||||
|
|
||||||
def process_model_update(
|
def process_model_update(
|
||||||
modified_process_model_identifier: str, body: Dict[str, Union[str, bool, int]]
|
modified_process_model_identifier: str, body: Dict[str, Union[str, bool, int, None, list]]
|
||||||
) -> Any:
|
) -> Any:
|
||||||
"""Process_model_update."""
|
"""Process_model_update."""
|
||||||
process_model_identifier = modified_process_model_identifier.replace(":", "/")
|
process_model_identifier = modified_process_model_identifier.replace(":", "/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user