mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-12 07:01:40 +08:00
Capture test log
This commit is contained in:
parent
0e3efb7b6e
commit
8fc98c7698
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ defmodule Livebook.Hubs.TeamClientTest do
|
||||||
assert_receive {:client_connected, ^id}
|
assert_receive {:client_connected, ^id}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@tag capture_log: true
|
||||||
test "rejects the web socket connection with invalid credentials", %{user: user, token: token} do
|
test "rejects the web socket connection with invalid credentials", %{user: user, token: token} do
|
||||||
team =
|
team =
|
||||||
build(:team,
|
build(:team,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue