Skip to content

Commit

Permalink
Add smart_answer to the list of schema types
Browse files Browse the repository at this point in the history
It'll resolve the following error:
  Etl::Edition::Content::Parser::InvalidSchemaError
  Schema does not exist: smart_answer (Etl::Edition::Content::Parser::InvalidSchemaError)

https://govuk.sentry.io/issues/4004260010/events/cd348c0dadbe460287e3ac17678fa55d/
  • Loading branch information
AgaDufrat committed Oct 16, 2024
1 parent 393c4a9 commit 7f8f22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/domain/etl/edition/content/parsers/no_content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def schemas
redirect
role
role_appointment
smart_answer
special_route
topic
vanish
Expand Down
1 change: 1 addition & 0 deletions spec/domain/etl/edition/content/no_content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
redirect
role
role_appointment
smart_answer
special_route
topic
vanish
Expand Down

0 comments on commit 7f8f22d

Please sign in to comment.