diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2015-09-16 12:43:16 +0300 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-18 18:02:11 +0200 |
| commit | a0c1a12dee276f5d587514d24432e7647e07aeec (patch) | |
| tree | 8c5797f2fff43c72361343dbcd70d1cd13067a88 /spec/lib | |
| parent | bdfe6b9603a7a6947644929c4ea966018f98c840 (diff) | |
| download | gitlab-ce-a0c1a12dee276f5d587514d24432e7647e07aeec.tar.gz | |
remove API calls from CE to CIci_closer_integration
Diffstat (limited to 'spec/lib')
| -rw-r--r-- | spec/lib/gitlab/backend/grack_auth_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/backend/grack_auth_spec.rb b/spec/lib/gitlab/backend/grack_auth_spec.rb index d9676445908..9bed8f8ee5c 100644 --- a/spec/lib/gitlab/backend/grack_auth_spec.rb +++ b/spec/lib/gitlab/backend/grack_auth_spec.rb @@ -180,7 +180,6 @@ describe Grack::Auth do gitlab_ci_service = project.build_gitlab_ci_service gitlab_ci_service.active = true gitlab_ci_service.token = token - gitlab_ci_service.project_url = "http://google.com" gitlab_ci_service.save env["HTTP_AUTHORIZATION"] = ActionController::HttpAuthentication::Basic.encode_credentials("gitlab-ci-token", token) |
