Commit 981e3dc7 authored by Benjamin Blanc's avatar Benjamin Blanc

Test getFooFoo for test_suite_portal in testnode

parent 1e149a26
......@@ -77,7 +77,8 @@ def deunicodeData(data):
key = deunicodeData(key)
value = deunicodeData(value)
new_data[key] = value
else new_data = data
else:
new_data = data
return new_data
......
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