Commit 4f2931c9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

QKD E2E Test:

- Fixed check of remaining qkd apps during delete
parent b12e2fa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ def test_check_qkd_apps_after(
    LOGGER.warning('QKDApps[{:d}] = {:s}'.format(
        len(response.apps), grpc_message_to_json_string(response)
    ))
    assert len(response.apps) == 3
    assert len(response.apps) == 2

    num_internal = 0
    num_external = 0