mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Dont call SiteSetting.uncategorized_category_id
twice
This commit is contained in:
parent
5876b6c71b
commit
895d801669
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ Spork.prefork do
|
|||
|
||||
config.before(:all) do
|
||||
DiscoursePluginRegistry.clear
|
||||
uncat_id = SiteSetting.uncategorized_category_id
|
||||
|
||||
Discourse.current_user_provider = TestCurrentUserProvider
|
||||
|
||||
# a bit odd, but this setting is actually preloaded
|
||||
|
|
Loading…
Reference in a new issue