From 74685ba1d70afc549ecbd558468f30cd3181f12d Mon Sep 17 00:00:00 2001 From: Maximilian Staab Date: Tue, 24 Oct 2023 21:47:51 +0200 Subject: [PATCH] Fix the CSAM name in the test files for invalid configurations --- samples/negative/development/invalid_ip.json | 2 +- samples/negative/development/invalid_ip2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/negative/development/invalid_ip.json b/samples/negative/development/invalid_ip.json index 6e51e24..4552fa4 100644 --- a/samples/negative/development/invalid_ip.json +++ b/samples/negative/development/invalid_ip.json @@ -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, diff --git a/samples/negative/development/invalid_ip2.json b/samples/negative/development/invalid_ip2.json index 7c8dcbf..6a626f5 100644 --- a/samples/negative/development/invalid_ip2.json +++ b/samples/negative/development/invalid_ip2.json @@ -11,7 +11,7 @@ "Disclosure": true, "Report": { "ReportClass": "Content", - "ReportType": "ChildAbuse", + "ReportType": "ChildSexualAbuseMaterial", "Date": "2018-02-05T14:17:10Z", "SourceIp": 45545, "SourcePort": 80,