Refactor..
DevPlace CI / test (push) Failing after 1m22s

This commit is contained in:
2026-05-23 08:34:13 +02:00
parent 18c9f20090
commit 8c9da9df98
34 changed files with 211 additions and 367 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ def test_uploaded_file_served_as_attachment(app_server):
def test_upload_requires_login(app_server):
r = requests.post(f"{BASE_URL}/uploads/upload", files={"file": ("x.png", _png_bytes(), "image/png")}, allow_redirects=False)
assert r.status_code in (302, 303)
assert r.status_code == 401
def test_delete_own_allowed_other_user_forbidden(app_server):