Skip to content

Commit 99e8d7d

Browse files
committed
test(site/csp/report): verify csp request is accepted.
Fix #1094
1 parent 82f7825 commit 99e8d7d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*** Settings ***
2+
Documentation Verify site csp report scenario
3+
Library HttpRequestLibrary
4+
Force Tags site csp logic
5+
6+
*** Test Cases ***
7+
Validate site csp report request is accepted
8+
Create Session server ${SITE_URL}
9+
Set Test Variable ${data} "{}"
10+
${resp}= Post Request server /site/csp/reports data=${data}
11+
Should Be Equal As Strings ${resp.status_code} 204

0 commit comments

Comments
 (0)