We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2116bdb commit 1b163fdCopy full SHA for 1b163fd
1 file changed
spec/channel_batch_updater_spec.rb
@@ -44,7 +44,7 @@ def wait_for_task(task_id, timeout_seconds: 120)
44
task = fetch_task_with_retry(task_id, i)
45
next if task.nil?
46
47
- expect(task['id']).to eq(task_id)
+ expect(task['task_id']).to eq(task_id)
48
49
case task['status']
50
when 'waiting', 'pending', 'running'
0 commit comments