Skip to content

Commit d0a2506

Browse files
committed
Small cosmetic fixes
1 parent 82f1112 commit d0a2506

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/auditflow/smoke.robot

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ Reject oversized payload (413)
3131
${correlation_id}= Generate Correlation ID
3232
${event}= Build Oversized Audit Event ${correlation_id}
3333
${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
34+
Response Status Should Be ${response} 413

0 commit comments

Comments
 (0)