mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 04:48:09 +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" : {
|
||||
"policies" : [ ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -135,7 +135,6 @@ def permissions_check(body: Dict[str, Dict[str, list[str]]]) -> flask.wrappers.R
|
||||
status_code=400,
|
||||
)
|
||||
)
|
||||
|
||||
response_dict: dict[str, dict[str, bool]] = {}
|
||||
requests_to_check = body["requests_to_check"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user