Skip to content

Commit eb99c2c

Browse files
committed
Update URI in test config
Signed-off-by: Travis F. Collins <[email protected]>
1 parent f042fb6 commit eb99c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/tests/tests_ad9361.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_ad9361_buffers(tx_buffer_modes, rx_buffer_modes):
6161

6262
uri = os.getenv("URI", "ip:analog.local")
6363

64-
ctx = iio.Context("ip:analog.local")
64+
ctx = iio.Context(uri)
6565
dev = ctx.find_device("ad9361-phy")
6666
dev_rx = ctx.find_device("cf-ad9361-lpc")
6767
dev_tx = ctx.find_device("cf-ad9361-dds-core-lpc")

0 commit comments

Comments
 (0)