From 3ba6e2587a7632c576c90de5b498bac6c5c2abad Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Mon, 29 Apr 2024 22:23:54 +0200 Subject: [PATCH] test(reporters): Fix-up an inconsistent scan issue This is a fix-up of c091056. Signed-off-by: Frank Viernau --- .../evaluated-model/src/funTest/assets/reporter-test-input.yml | 2 +- .../opossum/src/funTest/assets/reporter-test-input.yml | 2 +- .../static-html/src/funTest/assets/reporter-test-input.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/reporters/evaluated-model/src/funTest/assets/reporter-test-input.yml b/plugins/reporters/evaluated-model/src/funTest/assets/reporter-test-input.yml index d6cf3cb293ee8..ee242b53cc064 100644 --- a/plugins/reporters/evaluated-model/src/funTest/assets/reporter-test-input.yml +++ b/plugins/reporters/evaluated-model/src/funTest/assets/reporter-test-input.yml @@ -507,7 +507,7 @@ scanner: source: "FakeScanner" message: "ERROR: Timeout after 300 seconds while scanning file 'project/file-within-excluded-project.dat'." severity: "ERROR" - affected_path: "project/file-of-excluded-project.dat" + affected_path: "project/file-within-excluded-project.dat" - timestamp: "2024-04-25T07:44:20.725613974Z" source: "FakeScanner" message: "Example hint." diff --git a/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml b/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml index d6cf3cb293ee8..ee242b53cc064 100644 --- a/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml +++ b/plugins/reporters/opossum/src/funTest/assets/reporter-test-input.yml @@ -507,7 +507,7 @@ scanner: source: "FakeScanner" message: "ERROR: Timeout after 300 seconds while scanning file 'project/file-within-excluded-project.dat'." severity: "ERROR" - affected_path: "project/file-of-excluded-project.dat" + affected_path: "project/file-within-excluded-project.dat" - timestamp: "2024-04-25T07:44:20.725613974Z" source: "FakeScanner" message: "Example hint." diff --git a/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml b/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml index d6cf3cb293ee8..ee242b53cc064 100644 --- a/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml +++ b/plugins/reporters/static-html/src/funTest/assets/reporter-test-input.yml @@ -507,7 +507,7 @@ scanner: source: "FakeScanner" message: "ERROR: Timeout after 300 seconds while scanning file 'project/file-within-excluded-project.dat'." severity: "ERROR" - affected_path: "project/file-of-excluded-project.dat" + affected_path: "project/file-within-excluded-project.dat" - timestamp: "2024-04-25T07:44:20.725613974Z" source: "FakeScanner" message: "Example hint."