mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 10:31:10 +08:00
stop eating up push_urls
This commit is contained in:
@ -122,6 +122,7 @@ TXT
|
||||
expect(parsed["access"].split('').sort).to eq(['r'])
|
||||
|
||||
key = user.user_api_keys.first
|
||||
expect(key.push).to eq(true)
|
||||
expect(key.push_url).to eq("https://push.it/here")
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user