Skip to content

Commit

Permalink
Include app descriptions in seeds
Browse files Browse the repository at this point in the history
These are useful for testing out applications page layouts with more
realistic length data
  • Loading branch information
yndajas committed Jun 28, 2024
1 parent d1dc9ef commit 8524a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@

application = Doorkeeper::Application.create!(
name: "Test Application 1",
description: "A concise description of what this app does",
redirect_uri: "https://www.gov.uk",
)

Expand All @@ -139,6 +140,7 @@

application_with_9_permissions = Doorkeeper::Application.create!(
name: "Test Application with 9 Permissions",
description: "A description which you could characterise as wordier and will most definitely take up considerably more space in the table of applications",
redirect_uri: "https://www.gov.uk",
)

Expand Down

0 comments on commit 8524a17

Please sign in to comment.