mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Update test
This commit is contained in:
parent
be0dd51e51
commit
622bff23a4
@ -75,7 +75,7 @@ defmodule ModHttpApiMockTest do
|
|||||||
:meck.expect(:ejabberd_commands, :get_commands,
|
:meck.expect(:ejabberd_commands, :get_commands,
|
||||||
fn () -> [@acommand] end)
|
fn () -> [@acommand] end)
|
||||||
:meck.expect(:ejabberd_commands, :execute_command,
|
:meck.expect(:ejabberd_commands, :execute_command,
|
||||||
fn (:undefined, {@user, @domain, @userpass, false}, @acommand, [], @version) ->
|
fn (:undefined, {@user, @domain, @userpass, false}, @acommand, [], @version, _) ->
|
||||||
:ok
|
:ok
|
||||||
end)
|
end)
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ defmodule ModHttpApiMockTest do
|
|||||||
fn () -> [@acommand] end)
|
fn () -> [@acommand] end)
|
||||||
:meck.expect(:ejabberd_commands, :execute_command,
|
:meck.expect(:ejabberd_commands, :execute_command,
|
||||||
fn (:undefined, {@user, @domain, {:oauth, _token}, false},
|
fn (:undefined, {@user, @domain, {:oauth, _token}, false},
|
||||||
@acommand, [], @version) ->
|
@acommand, [], @version, _) ->
|
||||||
:ok
|
:ok
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user