Skip to content

Commit 6fddc4f

Browse files
committed
add thread_ts to cassette
1 parent 6e103a4 commit 6fddc4f

File tree

2 files changed

+31
-28
lines changed

2 files changed

+31
-28
lines changed

spec/fixtures/slack/web/files_upload_v2_with_all_options.yml

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/slack/web/api/endpoints/custom_specs/files_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
{ filename: 'test.txt', content: 'Test File Contents', channels: 'C08AZ76CA4V' }
88
end
99
let(:all_params) do
10-
required_params.merge!({ title: 'title', alt_txt: 'alt_txt', snippet_type: 'text', initial_comment: 'initial_comment' })
10+
required_params.merge!({ title: 'title', initial_comment: 'initial_comment', thread_ts: '1738331914.958599',
11+
snippet_type: 'text' })
1112
end
1213

1314
context 'when filename is missing from options' do

0 commit comments

Comments
 (0)