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 28e2005 commit 0d3ea14Copy full SHA for 0d3ea14
spec/api/endpoints/teams_endpoint_spec.rb
@@ -67,13 +67,6 @@
67
}
68
ENV['SLACK_CLIENT_ID'] = 'client_id'
69
ENV['SLACK_CLIENT_SECRET'] = 'client_secret'
70
- allow_any_instance_of(Slack::Web::Client).to receive(:im_open).with(
71
- user: 'activated_user_id'
72
- ).and_return(
73
- 'channel' => {
74
- 'id' => 'C1'
75
- }
76
- )
77
allow_any_instance_of(Slack::Web::Client).to receive(:oauth_access).with(
78
hash_including(
79
code: 'code',
0 commit comments