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

[skip-changelog] Fixed integration test (#1985)

parent 76251df9
......@@ -500,7 +500,7 @@ def test_search(run_command):
assert "Downloading index: library_index.tar.bz2 downloaded" in lines
libs = [l[6:].strip('"') for l in lines if "Name:" in l]
expected = {"WiFi101", "WiFi101OTA", "Firebase Arduino based on WiFi101"}
expected = {"WiFi101", "WiFi101OTA", "Firebase Arduino based on WiFi101", "WiFi101_Generic"}
assert expected == {lib for lib in libs if "WiFi101" in lib}
result = run_command(["lib", "search", "--names", "--format", "json"])
......
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