Skip to content

Commit

Permalink
fix for test-fw-update
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Jan 17, 2024
1 parent 3e3344c commit b362ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/test-fw-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Following will throw if no acroname module is found
from rspy import device_hub
try:
devices.hub.discover()
devices.hub.connect()
except device_hub.NoneFoundError as e:
log.f( e )
# Remove acroname -- we're likely running inside run-unit-tests in which case the
Expand Down

0 comments on commit b362ac1

Please sign in to comment.