Removes logger instance from test_appointment

This commit is contained in:
Sergi Delgado Segura
2020-01-23 18:35:32 +01:00
parent 3185ae124d
commit 9be2c2475f

View File

@@ -3,7 +3,6 @@ import struct
import binascii
from pytest import fixture
from pisa import c_logger
from common.appointment import Appointment
from pisa.encrypted_blob import EncryptedBlob
@@ -12,9 +11,6 @@ from test.pisa.unit.conftest import get_random_value_hex
from common.constants import LOCATOR_LEN_BYTES
c_logger.disabled = True
# Not much to test here, adding it for completeness
@fixture
def appointment_data():