Commit 6ccd3b55 authored by Łukasz Nowak's avatar Łukasz Nowak

Be non destructive to passed dict.

parent 6b47bf2d
......@@ -130,6 +130,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
# Assertions
########################################
def assertSameDict(self, expected, got):
got = got.copy()
issue_list = []
for k, v in expected.items():
if k not in got:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment