Skip to content

Commit

Permalink
Cleanup user3 user in sessions_cleanup testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed May 10, 2024
1 parent 1757f5d commit 80fa4f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion big_tests/tests/last_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ sessions_cleanup(Config) ->
{ok, #{timestamp := TS, status := Status} = Data} = distributed_helper:rpc(N, mod_last_api, get_last, [Jid3]),
?assertNotEqual(TS, 1714000000, Data),
?assertEqual(Status, <<>>, Data),
distributed_helper:rpc(N, mongoose_metrics, update, [HostType, sessionCount, -345]).
distributed_helper:rpc(N, mongoose_metrics, update, [HostType, sessionCount, -345]),
{ok, _} = distributed_helper:rpc(N, mongoose_account_api, unregister_user, [<<"user3">>, Server]).


%%-----------------------------------------------------------------
Expand Down

0 comments on commit 80fa4f4

Please sign in to comment.