From 8f3f9993b85b8e78796b74a9adda6e937a33fbaf Mon Sep 17 00:00:00 2001 From: Mariusz Wagner Date: Fri, 12 Oct 2018 08:37:03 +0200 Subject: [PATCH] Fix negativ TC Fix failing negative TC Issue-ID: INT-688 Change-Id: I49d075d072ea34382290e3751ebc00902ea1998b Signed-off-by: Mariusz Wagner --- tests/dcaegen2/prh-testcases/resources/prh_library.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dcaegen2/prh-testcases/resources/prh_library.robot b/tests/dcaegen2/prh-testcases/resources/prh_library.robot index 73ce2a2c..fcad88d7 100644 --- a/tests/dcaegen2/prh-testcases/resources/prh_library.robot +++ b/tests/dcaegen2/prh-testcases/resources/prh_library.robot @@ -21,7 +21,7 @@ Invalid event processing ${data}= Get Data From File ${input_invalid_event_in_dmaap} Set event in DMaaP ${data} ${invalid_notification}= Create invalid notification ${data} - ${notification}= Catenate SEPARATOR= \\n |org.onap.dcaegen2.services.prh.exceptions.DmaapNotFoundException: Incorrect json, consumerDmaapModel can not be created: ${invalid_notification} + ${notification}= Catenate SEPARATOR= \\n |Incorrect json, consumerDmaapModel can not be created: ${invalid_notification} Wait Until Keyword Succeeds 100x 100ms Check PRH log ${notification} Valid event processing -- 2.16.6