-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates placeholder schema references #3620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this 🏅
One non-blocking comment, but otherwise. 👍
@@ -325,7 +325,7 @@ def given_there_is_a_non_step_by_step_parent_page | |||
end | |||
|
|||
def not_step_by_step_content | |||
not_step_by_step_content = random_item("placeholder") | |||
not_step_by_step_content = random_item("generic") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker, but I feel like we might end up having a similar problem with "generic" at some point. The only example in publishing-api lists "whitehall-frontend" as the rendering app, which is no longer true of anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point 👍 I've switched all the references to guide
now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (+ agree with Leena's comment)
The placeholder schema was removed in [1]. Swaps over to using `guide`. [1]: alphagov/publishing-api#2493
8a3cf17
to
8ac2b6a
Compare
The placeholder schema was removed in 1, causing CI to fail. Swaps over to using
guide
.