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
|
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
|
module TestSetup
|
||||||
# This is run before each test and before each before_all block
|
# This is run before each test and before each before_all block
|
||||||
def self.test_setup(x = nil)
|
def self.test_setup(x = nil)
|
||||||
|
|
Loading…
Reference in New Issue