Commit 8d988061 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Rubocop whitespace

parent a57ad472
......@@ -156,7 +156,7 @@ describe 'Git HTTP requests', lib: true do
context "when authentication succeeds" do
before do
allow_any_instance_of(Projects::GitHttpController).to receive(:spnego_credentials!).and_return("mylogin@FOO.COM")
user.identities.create!(provider: "kerberos", extern_uid:"mylogin@FOO.COM")
user.identities.create!(provider: "kerberos", extern_uid: "mylogin@FOO.COM")
end
context "when the user has access to the project" do
......
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