tests: fix warnings in test_msg_resetdevice_nobackup.py

pull/25/head
Pavol Rusnak 6 years ago
parent b4c5b996a1
commit 0f62c817d5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -14,8 +14,6 @@
# You should have received a copy of the License along with this library.
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import pytest
from trezorlib import messages as proto
from .common import TrezorTest
@ -41,7 +39,6 @@ class TestMsgResetDeviceNobackup(TrezorTest):
# Provide entropy
assert isinstance(ret, proto.EntropyRequest)
internal_entropy = self.client.debug.read_reset_entropy()
ret = self.client.call_raw(proto.EntropyAck(entropy=external_entropy))
assert isinstance(ret, proto.Success)

Loading…
Cancel
Save