Commit 240817c
Fixed "TypeError: __init__() takes exactly 8 arguments (7 given)" (#7322)
Fixed "TypeError: __init__() takes exactly 8 arguments (7 given)" in test platform_tests/test_cont_warm_reboot.py which happen after merge community code.
Issue introduced in PR: #6968 - [advanced-reboot] IO path verification fixes for dualtor
- What is the motivation for this PR?
Fix issue "TypeError: init() takes exactly 8 arguments (7 given)"
- How did you do it?
Added argument in method call
- How did you verify/test it?
Executed test which has been modified
Signed-off-by: Petro Pikh <[email protected]>1 parent 819dd4f commit 240817c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
0 commit comments