This commit is contained in:
aignatov-bio 2020-06-09 14:37:45 +02:00
parent 2b9062ac92
commit 37baa13f47

View file

@ -19,7 +19,7 @@ describe RepositoriesController, type: :controller do
action action
parsed_response = JSON.parse(response.body) parsed_response = JSON.parse(response.body)
expect(parsed_response[0].keys).to contain_exactly( expect(parsed_response[0].keys).to contain_exactly(
'DT_RepositoryId', '1', '2', '3', '4', '5', '6', '7', '8', 'repositoryUrl' 'DT_RowId', '1', '2', '3', '4', '5', '6', '7', '8', 'repositoryUrl'
) )
end end
end end