mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: API Scope for latest.rss feed (#21906)
Adds an API scope for the `/latest.rss` route. https://meta.discourse.org/t/188480
This commit is contained in:
@@ -434,6 +434,8 @@ RSpec.describe Admin::ApiController do
|
||||
"invites",
|
||||
"wordpress",
|
||||
)
|
||||
|
||||
expect(scopes["topics"].any? { |h| h["urls"].include?("/latest.rss (GET)") }).to be_truthy
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user