Commit c8b4fdd8 authored by Stan Hu's avatar Stan Hu

Merge branch 'kerrizor/fix-typo-in-import-spec-desc' into 'master'

Fix typo in spec description

See merge request gitlab-org/gitlab!38100
parents 6fac61af 91aff037
......@@ -96,7 +96,7 @@ RSpec.describe API::ImportBitbucketServer do
Grape::Endpoint.before_each nil
end
it 'returns 400 response due to a blcoked URL' do
it 'returns 400 response due to a blocked URL' do
allow(Gitlab::BitbucketServerImport::ProjectCreator)
.to receive(:new).with(project_key, repo_slug, anything, project.name, user.namespace, user, anything)
.and_return(double(execute: project))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment