Skip to content

Commit

Permalink
test(session): use new banned role in test
Browse files Browse the repository at this point in the history
  • Loading branch information
unenglishable committed Nov 6, 2023
1 parent 4d85649 commit 57bc64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/epochtalk_server/session_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ defmodule Test.EpochtalkServer.Session do
assert banned_resource_user.ban_expiration == @max_date
end

@tag [authenticated: true, banned: true]
@tag [authenticated: :banned, banned: true]
test "given a banned user's id, when user is unbanned, deletes banned role", %{
conn: conn,
authed_user: authed_user
Expand Down

0 comments on commit 57bc64d

Please sign in to comment.