Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Dec 11, 2024
1 parent caa6e53 commit 1951350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void testDoGet() throws IOException {
.thenReturn("https://www.someorganization.com/experience");

ctx.registerInjectActivateService(new PublishUrlServlet(), params);
//

PublishUrlServlet servlet = (PublishUrlServlet) ctx.getServices(Servlet.class,
"(sling.servlet.resourceTypes=acs-commons/components/utilities/publish-url)")[0];

Expand Down

0 comments on commit 1951350

Please sign in to comment.