Explorar el Código

fix: stale test using old resource paths after merge

Stefan Strigler hace 3 años
padre
commit
6fe09447ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/emqx_authz/test/emqx_authz_api_mnesia_SUITE.erl

+ 1 - 1
apps/emqx_authz/test/emqx_authz_api_mnesia_SUITE.erl

@@ -168,7 +168,7 @@ t_api(_) ->
     {ok, 204, _} =
     {ok, 204, _} =
         request(
         request(
             post,
             post,
-            uri(["authorization", "sources", "built_in_database", "username"]),
+            uri(["authorization", "sources", "built_in_database", "rules", "users"]),
             [?USERNAME_RULES_EXAMPLE]
             [?USERNAME_RULES_EXAMPLE]
         ),
         ),