You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last test for Webhooks exercise (Ch 8, Ex 1) in the Learn HTTP Servers course appears to be checking for the is_chirpy_red property at the root level of the JSON response. This would look like this:
I don't believe this is intended. "is_chirpy_red" is a property of the User, a column in the Users table. The test should presumably look for user.is_chirpy_red.
The text was updated successfully, but these errors were encountered:
The last test for Webhooks exercise (Ch 8, Ex 1) in the Learn HTTP Servers course appears to be checking for the is_chirpy_red property at the root level of the JSON response. This would look like this:
versus my failed response (left unaltered):
I don't believe this is intended. "is_chirpy_red" is a property of the User, a column in the Users table. The test should presumably look for user.is_chirpy_red.
The text was updated successfully, but these errors were encountered: