Fix/add some tests. Configure email sending address
This commit is contained in:
12
test/fixtures/application_groups.yml
vendored
12
test/fixtures/application_groups.yml
vendored
@@ -1,9 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
application: one
|
||||
group: one
|
||||
kavita_admin_group:
|
||||
application: kavita_app
|
||||
group: admin_group
|
||||
|
||||
two:
|
||||
application: two
|
||||
group: two
|
||||
kavita_editor_group:
|
||||
application: kavita_app
|
||||
group: editor_group
|
||||
|
||||
16
test/fixtures/oidc_user_consents.yml
vendored
16
test/fixtures/oidc_user_consents.yml
vendored
@@ -1,13 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
application: one
|
||||
scopes_granted: MyText
|
||||
alice_consent:
|
||||
user: alice
|
||||
application: kavita_app
|
||||
scopes_granted: openid profile email
|
||||
granted_at: 2025-10-24 16:57:39
|
||||
|
||||
two:
|
||||
user: two
|
||||
application: two
|
||||
scopes_granted: MyText
|
||||
bob_consent:
|
||||
user: bob
|
||||
application: another_app
|
||||
scopes_granted: openid email groups
|
||||
granted_at: 2025-10-24 16:57:39
|
||||
|
||||
12
test/fixtures/user_groups.yml
vendored
12
test/fixtures/user_groups.yml
vendored
@@ -1,9 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
group: one
|
||||
alice_admin_group:
|
||||
user: alice
|
||||
group: admin_group
|
||||
|
||||
two:
|
||||
user: two
|
||||
group: two
|
||||
bob_editor_group:
|
||||
user: bob
|
||||
group: editor_group
|
||||
|
||||
Reference in New Issue
Block a user