rabbit_mgmt_http_SUITE: Fix include directive

We must use `-include().` for a local file, not `-include_lib().`. Also,
fix the path to the header itself.

Reported by Syntastic.

(cherry picked from commit e09f94efc9)
This commit is contained in:
Jean-Sébastien Pédron 2017-02-01 12:22:56 +01:00
parent 78530636fe
commit 87e64f448a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
-include_lib("common_test/include/ct.hrl").
-include_lib("eunit/include/eunit.hrl").
-include_lib("include/rabbit_mgmt_test.hrl").
-include("rabbit_mgmt_test.hrl").
-import(rabbit_ct_client_helpers, [close_connection/1, close_channel/1,
open_unmanaged_connection/1]).