Skip to content

Commit d36422b

Browse files
committed
Merge branch 'fix-c6-pytest' into 'main'
examples: fix the expected log for C6 tests See merge request app-frameworks/esp-matter!1314
2 parents 2ebedec + ac23b46 commit d36422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pytest_esp_matter_light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_matter_commissioning_c2(dut:Dut) -> None:
119119
def test_matter_commissioning_c6(dut:Dut, certification_tests: str) -> None:
120120
light = dut
121121
# BLE start advertising
122-
light.expect(r'chip\[DL\]\: Configuring CHIPoBLE advertising', timeout=20)
122+
light.expect(r'Configuring CHIPoBLE advertising', timeout=20)
123123
# Start commissioning
124124
time.sleep(5)
125125
command = CHIP_TOOL_EXE + f" pairing ble-wifi 1 {PYTEST_SSID} {PYTEST_PASSPHRASE} 20202021 3840"

0 commit comments

Comments
 (0)