Skip to content

Commit

Permalink
Add new expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk authored Dec 30, 2023
1 parent 61955fc commit 1a4262d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/ShellCommandExecutor/ResultAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class ResultAnalyzer
'/Account is new, adding/',
'/^ .*$/', // everything starting with a space belongs to a previous message and is not an error (hopefully)
'/Selecting PAIN format.*$/',
'#No value in path "NtryDtls/TxDtls/RltdPties/CdtrAcct/Id/IBAN"#', // Closing items might not have an IBAN
];

public function isDefectiveResult(Result $result): bool
Expand Down

0 comments on commit 1a4262d

Please sign in to comment.