fix import service spec
This commit is contained in:
parent
f2ec6341b3
commit
d9df05e143
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ describe Projects::ImportService, services: true do
|
|||
result = subject.execute
|
||||
|
||||
expect(result[:status]).to eq :error
|
||||
expect(result[:message]).to eq 'Failed to import the repository'
|
||||
expect(result[:message]).to eq "Error importing repository #{project.import_url} into #{project.path_with_namespace} - Failed to import the repository"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue