Skip to content

Commit f90902f

Browse files
committed
make test fail
1 parent a2c3850 commit f90902f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

amadeus/client/request.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ def _flatten_keys(self, d, key, out):
138138
if type(d[k]) is dict:
139139
self._flatten_keys(d[k], str(key) + str(keystr), out)
140140
else:
141-
out['{}{}'.format(key, keystr)] = d[k]
141+
out[
142+
'{}{}'.format(key, keystr)] = d[k1]
142143
return out

0 commit comments

Comments
 (0)