Skip to content

Commit 4356393

Browse files
committed
fix: failing test
1 parent 657f14f commit 4356393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guard/test/guard/service_account/actions_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ defmodule Guard.ServiceAccount.ActionsTest do
134134
Guard.Store.RbacUser.create(
135135
"user-id",
136136
"[email protected].#{Application.fetch_env!(:guard, :base_domain)}",
137-
"Test SA"
137+
"Test SA",
138+
"service_account"
138139
)
139140
)
140141

0 commit comments

Comments
 (0)