test: fix compile warnings in test suites
This commit is contained in:
parent
bd209678b3
commit
06bfd878a0
|
@ -516,7 +516,7 @@ do_t_session_expiration(_Config, Opts) ->
|
||||||
|
|
||||||
t_session_gc(Config) ->
|
t_session_gc(Config) ->
|
||||||
GCInterval = ?config(gc_interval, Config),
|
GCInterval = ?config(gc_interval, Config),
|
||||||
[Node1, Node2, Node3] = Nodes = ?config(nodes, Config),
|
[Node1, Node2, _Node3] = Nodes = ?config(nodes, Config),
|
||||||
CoreNodes = [Node1, Node2],
|
CoreNodes = [Node1, Node2],
|
||||||
[
|
[
|
||||||
Port1,
|
Port1,
|
||||||
|
|
|
@ -315,6 +315,8 @@ t_none_ref(_Config) ->
|
||||||
),
|
),
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
|
namespace() -> undefined.
|
||||||
|
|
||||||
t_sub_fields(_Config) ->
|
t_sub_fields(_Config) ->
|
||||||
Spec = #{
|
Spec = #{
|
||||||
post => #{
|
post => #{
|
||||||
|
|
Loading…
Reference in New Issue