mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #1606 from vipulnsward/remove_double_calls
Dont call `SiteSetting.uncategorized_category_id` twice
This commit is contained in:
commit
a2794912a3
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