mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
stop eating up push_urls
This commit is contained in:
parent
fcdf13f52d
commit
ca79c4b276
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue