fix: stale test using old resource paths after merge
This commit is contained in:
parent
8f5881d1a5
commit
6fe09447ed
|
@ -168,7 +168,7 @@ t_api(_) ->
|
|||
{ok, 204, _} =
|
||||
request(
|
||||
post,
|
||||
uri(["authorization", "sources", "built_in_database", "username"]),
|
||||
uri(["authorization", "sources", "built_in_database", "rules", "users"]),
|
||||
[?USERNAME_RULES_EXAMPLE]
|
||||
),
|
||||
|
||||
|
|
Loading…
Reference in New Issue