Skip to content

Commit

Permalink
LPD-38847 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 11, 2024
1 parent ff78e72 commit 053f48c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@ public void testAddArticleWithExistingExternalReferenceCode()
public void testAddArticleWithoutFriendlyURLWithTitleWithTrailingSlashes()
throws Exception {

Locale defaultLocale = _portal.getSiteDefaultLocale(
_group.getGroupId());

ServiceContext serviceContext =
ServiceContextTestUtil.getServiceContext();

serviceContext.setCommand(Constants.ADD);
serviceContext.setLayoutFullURL("http://localhost");

Locale defaultLocale = _portal.getSiteDefaultLocale(
_group.getGroupId());

JournalArticle journalArticle = JournalTestUtil.addArticle(
null, _group.getGroupId(),
JournalFolderConstants.DEFAULT_PARENT_FOLDER_ID,
Expand Down

0 comments on commit 053f48c

Please sign in to comment.