We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f1112 commit d0a2506Copy full SHA for d0a2506
1 file changed
tests/auditflow/smoke.robot
@@ -31,7 +31,4 @@ Reject oversized payload (413)
31
${correlation_id}= Generate Correlation ID
32
${event}= Build Oversized Audit Event ${correlation_id}
33
${response}= Publish Audit Event ${event}
34
- # TODO: Standard proxy response for payload too large is 413.
35
- # Currently, Traefik/Spring Boot lacks a request limit and accepts 15MB payloads (200).
36
- # Asserting 200 for now to keep the suite green until infrastructure is patched.
37
- Response Status Should Be ${response} 200
+ Response Status Should Be ${response} 413
0 commit comments