Integration tests broken
dblock opened this issue · 2 comments
dblock commented
Looks like we broke integration tests that only run with a token on master.
https://github.com/slack-ruby/slack-ruby-client/actions/runs/3274143367/jobs/5387272594
cc: @kstole
kstole commented
I'm not sure what exactly broke the test (if I'm reading correctly, seems like something with console/progress.rb
in webmock/rspec
) but I was able to reproduce locally by switching to Ruby 2.7.1 (it passes on 2.7.6). I think we can just update to the latest 2.7 patch.