Skip to content

Commit

Permalink
Remove unnecessary function setting in IT
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinfish committed Dec 6, 2018
1 parent b074d9b commit e05f873
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void zipDeploy() throws IOException, InterruptedException, URISyntaxExcep
.withRegion(Region.US_WEST)
.withExistingResourceGroup(testEnv.azureResourceGroup)
.withLatestRuntimeVersion()
.withNewFreeAppServicePlan()
.create();
TimeUnit.SECONDS.sleep(10);
Assert.assertNotNull(function);
Expand Down

0 comments on commit e05f873

Please sign in to comment.