summaryrefslogtreecommitdiff
path: root/spec/requests/api/import_bitbucket_server_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/api/import_bitbucket_server_spec.rb')
-rw-r--r--spec/requests/api/import_bitbucket_server_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/import_bitbucket_server_spec.rb b/spec/requests/api/import_bitbucket_server_spec.rb
index 5828dab3080..dac139064da 100644
--- a/spec/requests/api/import_bitbucket_server_spec.rb
+++ b/spec/requests/api/import_bitbucket_server_spec.rb
@@ -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))