summaryrefslogtreecommitdiff
path: root/spec/requests/api/runners_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/api/runners_spec.rb')
-rw-r--r--spec/requests/api/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/runners_spec.rb b/spec/requests/api/runners_spec.rb
index 477b66f..336601a 100644
--- a/spec/requests/api/runners_spec.rb
+++ b/spec/requests/api/runners_spec.rb
@@ -17,7 +17,7 @@ describe API::API do
}
}
- let(:private_token) { Network.new.authenticate(gitlab_url, auth_opts)["private_token"] }
+ let(:private_token) { Network.new.authenticate(auth_opts)["private_token"] }
let(:options) {
{
:private_token => private_token,