DEV: Update plugin_spec (#53)

This commit is contained in:
Angus McLeod 2021-11-24 18:38:12 +08:00 committed by GitHub
parent 60c3a6e02a
commit 2303143266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ describe OAuth2BasicAuthenticator do
}.to change { job_klass.jobs.count }.by(0)
expect {
authenticator.after_create_account(user, auth_result.session_data)
authenticator.after_create_account(user, auth_result)
}.to change { job_klass.jobs.count }.by(1)
job_args = job_klass.jobs.last['args'].first