Skip to content

Commit

Permalink
Remove emqx_mgmt_api_clients:sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu committed Sep 6, 2019
1 parent 4a0a81e commit 8e90933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/emqx_dashboard_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

-define(BASE_PATH, "api").

-define(OVERVIEWS, ['alarms/present', 'alarms/history', banned, brokers, stats, metrics, listeners, connections, sessions, subscriptions, routes, plugins]).
-define(OVERVIEWS, ['alarms/present', 'alarms/history', banned, brokers, stats, metrics, listeners, clients, subscriptions, routes, plugins]).

all() ->
[{group, overview},
Expand Down

0 comments on commit 8e90933

Please sign in to comment.