Fix copy-paste error

This commit is contained in:
Artur Beljajev 2019-02-21 15:53:59 +02:00
parent baa7beb51e
commit e3276d288c

View file

@ -20,7 +20,7 @@ class RegistrantApiContactsTest < ApplicationIntegrationTest
travel_back
end
def test_root_returns_domain_list
def test_root_returns_contact_list
get '/api/v1/registrant/contacts', {}, @auth_headers
assert_equal(200, response.status)