stop eating up push_urls

This commit is contained in:
Sam
2016-08-26 13:23:06 +10:00
parent fcdf13f52d
commit ca79c4b276
2 changed files with 2 additions and 8 deletions

View File

@ -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