KEYCLOAK-8120 Fix NullPointerException in ClaimInformationPointProviderTest
This commit is contained in:
parent
0a8fca7ec4
commit
694966b613
1 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,9 @@ public class ClaimInformationPointProviderTest extends AbstractKeycloakTest {
|
|||
|
||||
@AfterClass
|
||||
public static void onAfterClass() {
|
||||
httpService.stop();
|
||||
if (httpService != null) {
|
||||
httpService.stop();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue