Skip to content

Commit

Permalink
fixup! correct itests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 15, 2022
1 parent ee3c355 commit b577639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/itest/bases/JwtAssetsSelfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getTokenDownloadUrl(URL resource) throws Exception {
MultiMap form = MultiMap.caseInsensitiveMultiMap();
form.add("resource", resource.toString());
webClient
.post("/api/beta/auth/token")
.post("/api/v2.1/auth/token")
.sendForm(
form,
ar -> {
Expand Down

0 comments on commit b577639

Please sign in to comment.