Skip to content

Commit

Permalink
🐛 [Test] Fixed broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Jan 20, 2025
1 parent a043dec commit 76a7de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Feature: Trigger service tests
And A regular trigger creator with the name "schedule0" is created
And The trigger is set to start today at "10:00"
Then I set cron expression to "1"
And I expect the exception "KapuaException" with the text "An internal error occurred: Error during Persistence Operation"
And I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument cronExpression"
And I create a new trigger from the existing creator with previously defined date properties
And An exception was thrown
And I logout
Expand Down

0 comments on commit 76a7de1

Please sign in to comment.