aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPablo Polvorin <ppolvorin@process-one.net>2016-07-19 20:36:02 -0300
committerPablo Polvorin <ppolvorin@process-one.net>2016-07-19 20:36:02 -0300
commit0c0c6465ba2e6f3c4349dd516e59a4266ab24c37 (patch)
treee090fb2985f688f37ab57b3e19c2812f4dde36ea /test
parentMerge branch 'master' of github.com:processone/ejabberd (diff)
Fix test for changes in oauth expiry
Diffstat (limited to 'test')
-rw-r--r--test/ejabberd_oauth_mock.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ejabberd_oauth_mock.exs b/test/ejabberd_oauth_mock.exs
index 81cfdc038..e6a34f65e 100644
--- a/test/ejabberd_oauth_mock.exs
+++ b/test/ejabberd_oauth_mock.exs
@@ -40,7 +40,7 @@ defmodule EjabberdOauthMock do
{:user, user, domain}},
{"scope", [to_string command]},
{"expiry_time", expire}],
- :undefined)
+ [])
token
end