Fix bug when removing test case keys
authorEduardo Ramos Testillano (ert) <eduardo.ramos.testillano@gmail.com>
Fri, 17 Dec 2021 23:20:45 +0000 (00:20 +0100)
committerEduardo Ramos Testillano (ert) <eduardo.ramos.testillano@gmail.com>
Fri, 17 Dec 2021 23:20:45 +0000 (00:20 +0100)
We need to store both key1 and key2, because when
both are found (sessionId and subscriber), only the
last processed was stored and then, it was the only
removed causing further contexts to have collision
with leftovers (the other key).


No differences found