Skip to content

Commit 15a7bff

Browse files
Update ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java
Co-authored-by: Trey Chadick <tchad@labkey.com>
1 parent 890742e commit 15a7bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ private String validLink(WebElement anchor)
372372
if (!decodedHref.contains(getContainerPath()) && !decodedHref.startsWith("/admin"))
373373
{
374374
log(href + " is in a different folder than the EHR folder, " + getContainerPath() + ". Skipping validation.");
375-
return validUrl;
375+
return null;
376376
}
377377
}
378378

0 commit comments

Comments
 (0)