Skip to content
Snippets Groups Projects
Commit d9df05e1 authored by James Lopez's avatar James Lopez Committed by Robert Speicher
Browse files

fix import service spec

parent f2ec6341
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment