node_tests: Remove unused get_args.

Added in 76ae8e23e2 probably as a typo, as
we usually further check the return value with an assertion.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
Zixuan James Li 2023-01-28 21:28:21 -05:00 committed by Tim Abbott
parent 2bf47c7d4b
commit c274865a3a
1 changed files with 0 additions and 1 deletions

View File

@ -530,7 +530,6 @@ run_test("realm_bot remove", ({override}) => {
assert.equal(admin_stub.num_calls, 1);
const args = bot_stub.get_args("user_id");
assert_same(args.user_id, event.bot.user_id);
admin_stub.get_args("update_user_id", "update_bot_data");
});
run_test("realm_bot delete", ({override}) => {