tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

test v25_features.py fails on Mac OS #146

Open romanhabibov opened 3 years ago

romanhabibov commented 3 years ago
[+] Post form - 0 param
[+] OK
[+] Post form - 1 param
Traceback (most recent call last):
  File "./t/v25_features.py", line 31, in <module>
    assert out['result'][0]['body'][0] == {"a": "b"}, "not expected result"
KeyError: 'body'