mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Fi tests
This commit is contained in:
parent
2b9062ac92
commit
37baa13f47
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ describe RepositoriesController, type: :controller do
|
|||
action
|
||||
parsed_response = JSON.parse(response.body)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue