mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix tests
This commit is contained in:
parent
012b7b3d23
commit
c0e984b316
1 changed files with 1 additions and 1 deletions
|
@ -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', 'repositoryUrl'
|
'DT_RepositoryId', '1', '2', '3', '4', '5', '6', '7', '8', 'repositoryUrl'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue