trivial: Fix the DFU A3BU self test failure

The .cab file was re-uploaded with the same version to the LVFS to test the
LVFS::InhibitDownload functionality, but of course the SHA1 hash changed.
This commit is contained in:
Richard Hughes 2018-08-31 09:57:14 +01:00
parent b1e49e8bdf
commit c0dd011eaf

View File

@ -88,7 +88,7 @@ if __name__ == '__main__':
# DFU A3BU XPLAINED Mouse
test = Test('DfuXmegaA3BU-Xplained', '80478b9a-3643-5e47-ab0f-ed28abe1019d')
test.add_file('90c381f1c5932a7f9505372305a615ca000e68df-a3bu-xplained123.cab', '1.23')
test.add_file('f5bbeaba1037dce31dd12f349e8148ae35f98b61-a3bu-xplained123.cab', '1.23')
test.add_file('24d838541efe0340bf67e1cc5a9b95526e4d3702-a3bu-xplained124.cab', '1.24')
tests.append(test)