mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Removes logger instance from test_appointment
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user