Skip to content

Commit d0b2556

Browse files
authored
[skip-changelog] Fixed integration tests using a library that is no more available (#1824)
1 parent 2dd8976 commit d0b2556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_lib.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_lib_download(run_command, downloads_dir):
212212

213213

214214
def test_install(run_command):
215-
libs = ["AzureIoTProtocol_MQTT", "CMMC MQTT Connector", "WiFiNINA"]
215+
libs = ["Arduino_BQ24195", "CMMC MQTT Connector", "WiFiNINA"]
216216
# Should be safe to run install multiple times
217217
assert run_command(["lib", "install"] + libs)
218218
assert run_command(["lib", "install"] + libs)
@@ -452,7 +452,7 @@ def test_update_index(run_command):
452452

453453

454454
def test_uninstall(run_command):
455-
libs = ["AzureIoTProtocol_MQTT", "WiFiNINA"]
455+
libs = ["Arduino_BQ24195", "WiFiNINA"]
456456
assert run_command(["lib", "install"] + libs)
457457

458458
result = run_command(["lib", "uninstall"] + libs)

0 commit comments

Comments
 (0)