91453dd3fc
The color_scheme_id needs to be an integer not a string. This is one of the failing tests that showed this error: https://github.com/discourse/discourse/runs/3598414971 It showed this error `POSSIBLE ISSUE W/: /user_themes/0/color_scheme_id` And this is part of the site.json response: ``` ... "user_themes"=>[{"theme_id"=>149, "name"=>"Cool theme 111", "default"=>false, "color_scheme_id"=>37}] ... ``` |
||
---|---|---|
.. | ||
schemas | ||
shared | ||
backups_spec.rb | ||
badges_spec.rb | ||
categories_spec.rb | ||
groups_spec.rb | ||
invites_spec.rb | ||
notifications_spec.rb | ||
posts_spec.rb | ||
private_messages_spec.rb | ||
search_spec.rb | ||
site_spec.rb | ||
tags_spec.rb | ||
topics_spec.rb | ||
uploads_spec.rb | ||
user_badges_spec.rb | ||
users_spec.rb |