Remember that we concented.
This commit is contained in:
13
test/fixtures/oidc_user_consents.yml
vendored
Normal file
13
test/fixtures/oidc_user_consents.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
application: one
|
||||
scopes_granted: MyText
|
||||
granted_at: 2025-10-24 16:57:39
|
||||
|
||||
two:
|
||||
user: two
|
||||
application: two
|
||||
scopes_granted: MyText
|
||||
granted_at: 2025-10-24 16:57:39
|
||||
7
test/models/oidc_user_consent_test.rb
Normal file
7
test/models/oidc_user_consent_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class OidcUserConsentTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user