Loading src/opticalattackdetector/tests/test_unitary.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/opticalattackdetector/tests/test_unitary.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading