From: Pablo Polvorin Date: Tue, 19 Jul 2016 23:36:02 +0000 (-0300) Subject: Fix test for changes in oauth expiry X-Git-Tag: 16.08~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c0c6465ba2e6f3c4349dd516e59a4266ab24c37;p=ejabberd Fix test for changes in oauth expiry --- 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