Skip to content

Commit b0685a0

Browse files
committed
Fix team based test
1 parent 477c7e2 commit b0685a0

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
@@ -170,7 +170,7 @@ def loop_times(times)
170170

171171
@client.update_user_partial({
172172
id: user_id,
173-
set: { team: 'blue' }
173+
teams: ['blue'],
174174
})
175175

176176
response = @client.update_user_partial({

0 commit comments

Comments
 (0)