mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 12:58:13 +00:00
fixed some cypress tests and fixed issue where an invalid date caused the page to constantly reload w/ burnettk
This commit is contained in:
parent
8aafd69db1
commit
0cc6f2c2dc
@ -2876,4 +2876,4 @@
|
|||||||
"clientPolicies" : {
|
"clientPolicies" : {
|
||||||
"policies" : [ ]
|
"policies" : [ ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -135,7 +135,6 @@ def permissions_check(body: Dict[str, Dict[str, list[str]]]) -> flask.wrappers.R
|
|||||||
status_code=400,
|
status_code=400,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
response_dict: dict[str, dict[str, bool]] = {}
|
response_dict: dict[str, dict[str, bool]] = {}
|
||||||
requests_to_check = body["requests_to_check"]
|
requests_to_check = body["requests_to_check"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user