Skip to content

Commit

Permalink
Fix the CSAM name in the test files for invalid configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Staab committed Oct 24, 2023
1 parent 01b16f8 commit 74685ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/negative/development/invalid_ip.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Disclosure": true,
"Report": {
"ReportClass": "Content",
"ReportType": "ChildAbuse",
"ReportType": "ChildSexualAbuseMaterial",
"Date": "2018-02-05T14:17:10Z",
"SourceIp": "not an IP",
"SourcePort": 9999999,
Expand Down
2 changes: 1 addition & 1 deletion samples/negative/development/invalid_ip2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Disclosure": true,
"Report": {
"ReportClass": "Content",
"ReportType": "ChildAbuse",
"ReportType": "ChildSexualAbuseMaterial",
"Date": "2018-02-05T14:17:10Z",
"SourceIp": 45545,
"SourcePort": 80,
Expand Down

0 comments on commit 74685ba

Please sign in to comment.