Polishing.

See gh-208.
This commit is contained in:
Mark Paluch
2018-07-31 18:05:14 +02:00
parent 5aaefececa
commit 0342ef57c2

View File

@@ -50,10 +50,11 @@ public class VaultTokenTemplateIntegrationTests extends IntegrationTestSupport {
@Autowired
private VaultOperations vaultOperations;
private VaultTokenOperations tokenOperations;
@Before
public void before() throws Exception {
public void before() {
tokenOperations = vaultOperations.opsForToken();
}