Fix test for changes in oauth expiry

This commit is contained in:
Pablo Polvorin 2016-07-19 20:36:02 -03:00
parent b5a90be3cb
commit 0c0c6465ba
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ defmodule EjabberdOauthMock do
{:user, user, domain}},
{"scope", [to_string command]},
{"expiry_time", expire}],
:undefined)
[])
token
end