Removed no-longer valid test.
This commit is contained in:
parent
a4e984e4ea
commit
a44b4c1229
|
|
@ -60,12 +60,6 @@ public class SingleSignOutFilterTests {
|
|||
response = new MockHttpServletResponse();
|
||||
filterChain = new MockFilterChain();
|
||||
}
|
||||
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
public void initWithoutCasServerUrlPrefix() throws ServletException {
|
||||
filter = new SingleSignOutFilter();
|
||||
filter.init(new MockFilterConfig());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void tokenRequest() throws IOException, ServletException {
|
||||
|
|
|
|||
Loading…
Reference in New Issue