sharing/tests: replace type bday by conversion

This commit is contained in:
Peter Bieringer
2026-03-24 12:25:54 +01:00
parent 31354ed25c
commit 0fae7c5a7c
2 changed files with 95 additions and 36 deletions

View File

@@ -152,6 +152,7 @@ class BaseTest:
prop_responses[human_tag] = (status_code, element)
status = response.find(xmlutils.make_clark("D:status"))
if status is not None:
logging.debug("test: prop_responses")
assert not prop_responses
assert status.text.startswith("HTTP/1.1 ")
status_code = int(status.text.split(" ")[1])