Skip to content

Commit

Permalink
fixed authorization test code
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Mar 1, 2016
1 parent 3f16e1e commit ddaa75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/auth_gitlab_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
'secret' => '',
'host' => '',
'resource_required' => 'http://example.com/something',
'required_response_key' => 'id',
'required_response_value' => '42'
'required_response_key' => 'somekey',
'required_response_value' => 'somevalue'
}
end
context 'with a valid authorization' do
Expand Down

0 comments on commit ddaa75e

Please sign in to comment.