Skip to content

Commit

Permalink
remove security for GOOD_ENDPOINT in Security integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Apr 25, 2017
1 parent 050d98a commit d96abbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public EditableSecurityStore getSecurityStore() {
public void dispose() {
getSecurityStore().remove(getCurrentEndpoint());
getSecurityStore().remove(BAD_ENDPOINT);
getSecurityStore().remove(GOOD_ENDPOINT);
super.dispose();
}
}

0 comments on commit d96abbb

Please sign in to comment.