fix: fix warning of unused variable in UserLive.IndexTest
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
28d134b2b0
commit
3a7e4000c0
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ defmodule MvWeb.UserLive.IndexTest do
|
|||
test "navigation links point to correct pages", %{conn: conn} do
|
||||
user = create_test_user(%{email: "navigate@example.com"})
|
||||
conn = conn_with_oidc_user(conn)
|
||||
{:ok, view, html} = live(conn, "/users")
|
||||
{:ok, _view, html} = live(conn, "/users")
|
||||
|
||||
# Check that user row contains link to show page
|
||||
assert html =~ ~s(/users/#{user.id})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue