Commit 0e0abac7 authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Apply 1 suggestion(s) to 1 file(s)

parent 2bab2bb7
...@@ -171,7 +171,7 @@ RSpec.describe API::PypiPackages do ...@@ -171,7 +171,7 @@ RSpec.describe API::PypiPackages do
end end
context 'with required_python too big' do context 'with required_python too big' do
let(:requires_python) { 'x' * 500 } let(:requires_python) { 'x' * 51 }
let(:token) { personal_access_token.token } let(:token) { personal_access_token.token }
let(:user_headers) { basic_auth_header(user.username, token) } let(:user_headers) { basic_auth_header(user.username, token) }
let(:headers) { user_headers.merge(workhorse_header) } let(:headers) { user_headers.merge(workhorse_header) }
......
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