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:
parent
78530636fe
commit
87e64f448a
|
|
@ -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]).
|
||||
|
|
|
|||
Loading…
Reference in New Issue