Commit 7671bdea authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Setting a fixed localhost address to the service.

parent 7793c871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ def optical_attack_detector_service():
@pytest.fixture(scope="session")
def optical_attack_detector_client(optical_attack_detector_service: OpticalAttackDetectorService):
    _client = OpticalAttackDetectorClient(
        host=optical_attack_detector_service.bind_address,
        host="127.0.0.1",
        port=optical_attack_detector_service.bind_port,
    )
    yield _client