Skip to content

Commit

Permalink
Merge pull request #33 from Mestrona/amenk-patch-1
Browse files Browse the repository at this point in the history
Add new expected output
  • Loading branch information
amenk authored Dec 30, 2023
2 parents 61955fc + 1a4262d commit 5894955
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 5894955

Please sign in to comment.