DEV: Replace deprecated queue_jobs site setting in tests

This commit is contained in:
Ted Johansson 2023-10-27 10:15:07 +08:00
parent 2cf2e195db
commit 05770fe9b5
No known key found for this signature in database
GPG Key ID: 2E801F82D9A4C6E9
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ describe OAuth2BasicAuthenticator do
describe "avatar downloading" do
before do
SiteSetting.queue_jobs = true
Jobs.run_later!
SiteSetting.oauth2_fetch_user_details = true
SiteSetting.oauth2_email_verified = true
end