Commit 7b89990
committed
Fix ImportError for CommissionDeviceTest in test_harness_client
CommissionDeviceTest has been moved from matter.testing.commissioning
to matter.testing.CommissioningPreTest in the Matter SDK. The old path
no longer exports this symbol, which causes --get-test-info to fail and
the Python test list to be empty in the UI.
Fixes #9811 parent 0bef2f9 commit 7b89990
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- test_collections/matter
- sdk_tests/support/python_testing/models/rpc_client
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments