Skip to content

Commit 2303143

Browse files
authored
DEV: Update plugin_spec (discourse#53)
1 parent 60c3a6e commit 2303143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/plugin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
}.to change { job_klass.jobs.count }.by(0)
192192

193193
expect {
194-
authenticator.after_create_account(user, auth_result.session_data)
194+
authenticator.after_create_account(user, auth_result)
195195
}.to change { job_klass.jobs.count }.by(1)
196196

197197
job_args = job_klass.jobs.last['args'].first

0 commit comments

Comments
 (0)