mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
remove funky symbol
This commit is contained in:
parent
c0f0f0ea81
commit
9fab092c31
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ RSpec.describe 'Api::V1::InventoryItemsController', type: :request do
|
|||
expect(RepositoryRow.where(id: deleted_id)).to exist
|
||||
end
|
||||
|
||||
it 'When invalid request, repository from another team' do
|
||||
it 'When invalid request, repository from another team' do
|
||||
deleted_id = @teams.first.repositories.first.repository_rows.last.id
|
||||
delete api_v1_team_inventory_item_path(
|
||||
id: deleted_id,
|
||||
|
|
Loading…
Reference in a new issue