Skip to content

Commit

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

Expand Down

0 comments on commit 3a572f8

Please sign in to comment.