mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-29 23:05:59 +08:00
Fix integration test
This commit is contained in:
parent
d0c00ad8ba
commit
2348214f19
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ defmodule Livebook.Hubs.TeamClientTest do
|
|||
|
||||
test "receives the user events", %{team: team, node: node} do
|
||||
Livebook.Hubs.Broadcasts.subscribe([:crud])
|
||||
connect_to_teams(team)
|
||||
|
||||
# force user to be deleted from org
|
||||
erpc_call(node, :delete_user_org, [team.user_id, team.org_id])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue