fix: stale test using old resource paths after merge

This commit is contained in:
Stefan Strigler 2023-01-13 17:23:25 +01:00
parent 8f5881d1a5
commit 6fe09447ed
1 changed files with 1 additions and 1 deletions

View File

@ -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]
),