Fix tests

This commit is contained in:
Alex Sherman 2020-09-02 12:14:20 +05:00
parent 58b8c194bc
commit 7b7f383656

View file

@ -135,7 +135,8 @@ class EppPollTest < EppTestCase
</epp>
XML
post '/epp/command/poll', { frame: request_xml }, 'HTTP_COOKIE' => 'session=non-existent'
post '/epp/command/poll', params: { frame: request_xml },
headers: { 'HTTP_COOKIE' => 'session=non-existent' }
assert_epp_response :authorization_error
end