We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d809fdb commit 6d19cfcCopy full SHA for 6d19cfc
front/test/support/fake_clients/service_account.ex
@@ -53,7 +53,7 @@ defmodule Support.FakeClients.ServiceAccount do
53
api_token = generate_token()
54
55
Agent.update(__MODULE__, fn state ->
56
- Support.Stubs.RBAC.add_service_account(org_id, service_account)
+ RBAC.add_service_account(org_id, service_account)
57
58
state
59
|> put_in([:service_accounts, service_account.id], service_account)
0 commit comments