Skip to content

Commit 6d19cfc

Browse files
committed
toil(front): use RBAC alias in support client
1 parent d809fdb commit 6d19cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/test/support/fake_clients/service_account.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ defmodule Support.FakeClients.ServiceAccount do
5353
api_token = generate_token()
5454

5555
Agent.update(__MODULE__, fn state ->
56-
Support.Stubs.RBAC.add_service_account(org_id, service_account)
56+
RBAC.add_service_account(org_id, service_account)
5757

5858
state
5959
|> put_in([:service_accounts, service_account.id], service_account)

0 commit comments

Comments
 (0)