This commit is contained in:
Joffrey JAFFEUX 2020-07-21 08:39:14 +02:00 committed by GitHub
parent df66a559c9
commit 936a40adcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,7 +584,6 @@ describe Auth::DefaultCurrentUserProvider do
}.to raise_error(Discourse::InvalidAccess)
end
describe "when readonly mode is enabled due to postgres" do
before do
Discourse.enable_readonly_mode(Discourse::PG_READONLY_MODE_KEY)