mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 20:38:01 -05:00
Fix unified imports source handling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user