change invite path slightly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-16 00:48:04 -04:00
parent c1a0b4017f
commit c5f96a9d9d
4 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ defmodule MemexWeb.InviteLiveTest do
|> element(~s/a[aria-label="edit invite for #{invite.name}"]/)
|> render_click() =~ "edit invite"
assert_patch(index_live, ~p"/invites/#{invite}/edit")
assert_patch(index_live, ~p"/invites/edit/#{invite}")
assert index_live
|> form("#invite-form")