mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Explicitly avoid all readonly protection and scoping
This commit is contained in:
@@ -34,6 +34,8 @@ describe ApplicationRequest do
|
||||
|
||||
# flush will be deferred no error raised
|
||||
inc(:http_total, autoflush: 3)
|
||||
ApplicationRequest.write_cache!
|
||||
|
||||
$redis.slaveof("no", "one")
|
||||
|
||||
inc(:http_total, autoflush: 3)
|
||||
|
||||
Reference in New Issue
Block a user