Skip to content

Commit

Permalink
Handle deprecation header-AbstractUpgradeTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed Feb 5, 2019
1 parent 7b70ca5 commit 2b54388
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public void setupForTests() throws Exception {
boolean success = true;
for (String template : templatesToWaitFor()) {
try {
Request headRequest = new Request("HEAD", "_template/" + template);
final Request headRequest = new Request("HEAD", "_template/" + template);
headRequest.setOptions(allowTypeRemovalWarnings());
final boolean exists = adminClient()
.performRequest(headRequest)
Expand Down

0 comments on commit 2b54388

Please sign in to comment.