Commit c7f1027
committed
test(handler): pass CrlRevocationChecker mock to AEngineHandlerTest
OpenSslHandler now expects 13 constructor arguments after CrlRevocationChecker
was injected via the DI chain (AEngineHandler ← CfsslHandler/OpenSslHandler).
The test was still passing only 12, causing ArgumentCountError.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent a1550bf commit c7f1027
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
0 commit comments