Skip to content

Commit 4b2fddc

Browse files
committed
Fix test
1 parent 6ec3816 commit 4b2fddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def loop_times(times)
10101010
'created_at' => -1
10111011
}
10121012

1013-
response = @client.query_threads(sort: sort, user_id: @random_user[:id])
1013+
response = @client.query_threads({}, sort: sort, user_id: @random_user[:id])
10141014

10151015
# Verify the response
10161016
expect(response).to include 'threads'

0 commit comments

Comments
 (0)