Skip to content

Commit

Permalink
LPD-30005 - fix test RecieveUserNotification#CanGetOwnedUserNotificat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
brbalazs authored and brianchandotcom committed Jul 2, 2024
1 parent d5edf8d commit 4841df0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ definition {
@summary = "Default summary"
macro _subscribeStructuredContentFolder(structuredContentFolderId = null, userName = null) {
var portalURL = JSONCompany.getPortalURL();
var userPassword = PropsUtil.get("default.admin.password");

var curl = '''
${portalURL}/o/headless-delivery/v1.0/structured-content-folders/${structuredContentFolderId}/subscribe \
-u ${userName}@liferay.com:${PropsUtil.get("default.admin.password")} \
-u ${userName}@liferay.com:${userPassword} \
-H accept: application/json \
''';

Expand Down

0 comments on commit 4841df0

Please sign in to comment.