Skip to content

Commit

Permalink
really hard...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Soto committed Nov 18, 2024
1 parent 3a572f8 commit 1852d28
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ void getAdminQuotaNotAdminUser() throws Exception {
.perform(
get(
String.format(
"/api/admin/v1/quota/%s", PipelinesEnum.ARRAY_IMPUTATION.getValue())))
"/api/admin/v1/quota/%s/%s",
PipelinesEnum.ARRAY_IMPUTATION.getValue(), TEST_SAM_USER.getSubjectId())))
.andExpect(status().isForbidden());
}

Expand Down

0 comments on commit 1852d28

Please sign in to comment.