mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +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
|
expect(RepositoryRow.where(id: deleted_id)).to exist
|
||||||
end
|
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
|
deleted_id = @teams.first.repositories.first.repository_rows.last.id
|
||||||
delete api_v1_team_inventory_item_path(
|
delete api_v1_team_inventory_item_path(
|
||||||
id: deleted_id,
|
id: deleted_id,
|
||||||
|
|
Loading…
Reference in a new issue