Skip to content

Commit

Permalink
LPD-28319 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 10, 2024
1 parent ae9620a commit e0ba025
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void tearDown() {
}

@Test
public void testDigestChange() {
public void testDigestModified() {
_mockFilterConfig.addInitParameter("digest_auth", "true");

User user = _setUpUser(WorkflowConstants.STATUS_APPROVED);
Expand Down Expand Up @@ -311,10 +311,10 @@ private void _setPortalProperty(String propertyName, Object value) {
}

private User _setUpUser(int status) {
String digest = RandomTestUtil.randomString();

User user = new UserImpl();

String digest = RandomTestUtil.randomString();

user.setDigest(digest);

user.setStatus(status);
Expand Down

0 comments on commit e0ba025

Please sign in to comment.