mirror of https://github.com/zulip/zulip.git
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:
parent
2bf47c7d4b
commit
c274865a3a
|
@ -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}) => {
|
||||
|
|
Loading…
Reference in New Issue