fixed some cypress tests and fixed issue where an invalid date caused the page to constantly reload w/ burnettk

This commit is contained in:
jasquat 2022-12-28 12:27:37 -05:00
parent 8aafd69db1
commit 0cc6f2c2dc
2 changed files with 1 additions and 2 deletions

View File

@ -2876,4 +2876,4 @@
"clientPolicies" : {
"policies" : [ ]
}
}
}

View File

@ -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"]