diff options
author | Pablo Polvorin <ppolvorin@process-one.net> | 2016-07-19 20:36:02 -0300 |
---|---|---|
committer | Pablo Polvorin <ppolvorin@process-one.net> | 2016-07-19 20:36:02 -0300 |
commit | 0c0c6465ba2e6f3c4349dd516e59a4266ab24c37 (patch) | |
tree | e090fb2985f688f37ab57b3e19c2812f4dde36ea /test | |
parent | Merge 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.exs | 2 |
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 |