RED: not storing values :/

This commit is contained in:
Colin Goutte 2023-08-25 22:25:26 +02:00
parent 5039cd66aa
commit b309418af4
1 changed files with 4 additions and 0 deletions

View File

@ -116,3 +116,7 @@ class ApiTestCase(unittest.TestCase):
for attribute_name in domain_keys:
with self.subTest(attribute_name=attribute_name):
assert attribute_name in loopback_payload
assert (
loopback_payload[attribute_name]
== be_the_fun_in_de_funes[attribute_name]
)