mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
DEV: security restriction in dev mode broke tests
This commit is contained in:
parent
bb8dfb124e
commit
984516fdc3
@ -78,6 +78,10 @@ SiteSetting.automatically_download_gravatars = false
|
||||
|
||||
SeedFu.seed
|
||||
|
||||
# we need this env var to ensure that we can impersonate in test
|
||||
# this enable integration_helpers sign_in helper
|
||||
ENV['DISCOURSE_DEV_ALLOW_ANON_TO_IMPERSONATE'] = '1'
|
||||
|
||||
module TestSetup
|
||||
# This is run before each test and before each before_all block
|
||||
def self.test_setup(x = nil)
|
||||
|
Loading…
Reference in New Issue
Block a user