mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fix unified imports source handling
This commit is contained in:
parent
5a85a56897
commit
b9ab38ec6c
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ RSpec.describe Users::ImportData::Imports, type: :service do
|
|||
created_imports = user.imports.pluck(:name, :source)
|
||||
expect(created_imports).to contain_exactly(
|
||||
['Valid Import', 'owntracks'],
|
||||
['Missing Source Import', 'google_semantic_history']
|
||||
['Missing Source Import', nil]
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue