We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437d303 commit 68175bbCopy full SHA for 68175bb
spec/client_spec.rb
@@ -950,7 +950,7 @@ def loop_times(times)
950
it 'config test' do
951
newchannel = @client.channel('messaging', channel_id: 'fellowship-of-the-throne',
952
data: { members: @fellowship_of_the_ring.map { |fellow| fellow[:id] } })
953
- newchannel.create('legolas')
+ newchannel.create('tav')
954
# Create moderation config
955
moderation_config = {
956
key: "chat:messaging:#{newchannel.id}",
0 commit comments