Unverified Commit d0b25569 authored by Cristian Maglie's avatar Cristian Maglie Committed by GitHub

[skip-changelog] Fixed integration tests using a library that is no more available (#1824)

parent 2dd89766
......@@ -212,7 +212,7 @@ def test_lib_download(run_command, downloads_dir):
def test_install(run_command):
libs = ["AzureIoTProtocol_MQTT", "CMMC MQTT Connector", "WiFiNINA"]
libs = ["Arduino_BQ24195", "CMMC MQTT Connector", "WiFiNINA"]
# Should be safe to run install multiple times
assert run_command(["lib", "install"] + libs)
assert run_command(["lib", "install"] + libs)
......@@ -452,7 +452,7 @@ def test_update_index(run_command):
def test_uninstall(run_command):
libs = ["AzureIoTProtocol_MQTT", "WiFiNINA"]
libs = ["Arduino_BQ24195", "WiFiNINA"]
assert run_command(["lib", "install"] + libs)
result = run_command(["lib", "uninstall"] + libs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment