We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5000e24 commit e6c9c1eCopy full SHA for e6c9c1e
1 file changed
src/org/labkey/test/tests/wiki/WikiCspTest.java
@@ -1,7 +1,6 @@
1
package org.labkey.test.tests.wiki;
2
3
import org.jetbrains.annotations.Nullable;
4
-import org.junit.Assert;
5
import org.junit.BeforeClass;
6
import org.junit.Test;
7
import org.junit.experimental.categories.Category;
@@ -54,7 +53,7 @@ private void doSetup()
54
53
}
55
56
@Override
57
- protected void checkLeaks()
+ protected void checkLinks()
58
{
59
// No-op to avoid triggering the CSP violation during the crawl
60
0 commit comments