Skip to content

Commit 977f434

Browse files
Update ResultAnalyzer.php
You "whitelisted" the output and it failed because '/===== Executing Jobs =====/', where missing on your list
1 parent 75e457c commit 977f434

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AqBanking/Command/ShellCommandExecutor/ResultAnalyzer.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class ResultAnalyzer
1313
'/Your bank does not send an opening saldo/',
1414
'/Bank data for KtoBlzCheck not found/',
1515
'/Executing Jobs: Started\./',
16-
'/A TLS packet with unexpected length was received\./'
16+
'/A TLS packet with unexpected length was received\./',
17+
'/===== Executing Jobs =====/',
1718
);
1819

1920
/**

0 commit comments

Comments
 (0)