Revert "Fix OpenID spec failure that assumed current_sign_in_at would be set"
This reverts commit 73f448e589
.
This commit is contained in:
parent
ab7c90331f
commit
b550de51b9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe 'OpenID Connect requests' do
|
||||
let(:user) { create(:user, current_sign_in_at: Time.now) }
|
||||
let(:user) { create :user }
|
||||
let(:access_grant) { create :oauth_access_grant, application: application, resource_owner_id: user.id }
|
||||
let(:access_token) { create :oauth_access_token, application: application, resource_owner_id: user.id }
|
||||
|
||||
|
|
Loading…
Reference in a new issue