Skip to content

Fix failing N+1 spec in spec/requests/api/discussions_spec.rb

Stan Hu requested to merge sh-fix-discussions-spec into master

This test was failing in EE because the API helper get() creates a personal access token each time it's run. We can avoid that by pre-creating a personal access token and passing it each time.

Edited by Stan Hu

Merge request reports