mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix test for changes in oauth expiry
This commit is contained in:
parent
b5a90be3cb
commit
0c0c6465ba
@ -40,7 +40,7 @@ defmodule EjabberdOauthMock do
|
|||||||
{:user, user, domain}},
|
{:user, user, domain}},
|
||||||
{"scope", [to_string command]},
|
{"scope", [to_string command]},
|
||||||
{"expiry_time", expire}],
|
{"expiry_time", expire}],
|
||||||
:undefined)
|
[])
|
||||||
token
|
token
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user