Commit bd182726 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

QKD E2E Test:

- Fixed create links test
parent 021782e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,6 +230,6 @@ def test_check_qkd_apps_after(
        remote_device_id = app.remote_device_id.device_uuid.uuid
        device_pair = (local_device_id, remote_device_id)
        assert device_pair in pending_device_pairs
        pending_device_pairs.pop(device_pair)
        pending_device_pairs.remove(device_pair)

    assert len(pending_device_pairs) == 0