Skip to content

Commit c103fc1

Browse files
committed
samples: wifi: wfa_qt_app: Fix twister arg
Remove the type, else local twister is ignoring the overlays. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 7fc6406 commit c103fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wifi/wfa_qt_app/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests:
1616
sysbuild: true
1717
build_only: true
1818
extra_args:
19-
- EXTRA_CONF_FILE:STRING="overlay-netusb.conf;overlay-enterprise.conf"
19+
- EXTRA_CONF_FILE="overlay-netusb.conf;overlay-enterprise.conf"
2020
- wfa_qt_app_SNIPPET="wifi-enterprise"
2121
integration_platforms:
2222
- nrf7002dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)