fix import service spec

This commit is contained in:
James Lopez 2016-05-31 15:47:51 +02:00 committed by Robert Speicher
parent f2ec6341b3
commit d9df05e143
1 changed files with 1 additions and 1 deletions

View File

@ -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