From 267fdb2e9553d3154f1f86d0db8af05487c2474a Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 6 Apr 2016 13:51:05 +0200 Subject: [PATCH] Now we need to start stringprep before config --- test/mod_http_api_test.exs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/mod_http_api_test.exs b/test/mod_http_api_test.exs index 2ec33bcbb..55faea83d 100644 --- a/test/mod_http_api_test.exs +++ b/test/mod_http_api_test.exs @@ -29,6 +29,7 @@ defmodule ModHttpApiTest do setup_all do :ok = :mnesia.start + :ok = :stringprep.start :ok = :ejabberd_config.start(["localhost"], []) :ok = :ejabberd_commands.init @@ -65,6 +66,10 @@ defmodule ModHttpApiTest do {401, _, _} = :mod_http_api.process(["restricted_cmd"], request) end + @tag pending: true + test "If admin_ip_access is enabled, we can call restricted API without authentication from that IP" do + end + # Define a set of test commands that we expose through API # We define one for each policy type defp cmds do