1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 13:21:03 +00:00

tests/ontology redundant swipe removed

This bug caused other tests (resetdevice_t2 in particular) to fail. This
is because the test made one more swipe than was supposed to. This led to
a failure in resetdevice tests, which do swipes as well and read data
returned, which did not fit due to the redundant swipe.
This commit is contained in:
Tomas Susanka 2018-09-07 16:33:00 +02:00
parent 949438f4c5
commit 5fadcb6b06

View File

@ -54,7 +54,6 @@ class TestMsgOntologySignOntIdAddAttributes(TrezorTest):
],
)
self.client.debug.swipe_down()
# not using ontology.sign_add_attr() because of swiping
signature = self._ontology_sign(
2, parse_path("m/44'/1024'/0'/0/0"), transaction, ont_id_add_attributes