Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbak committed Mar 27, 2015
1 parent 0a994ac commit 31063c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DashServer.Tests/BlobControllerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,7 @@ public void CopyNonExistingBlobControllerTest()
HttpStatusCode.BadRequest);

// Cleanup
_runner.ExecuteRequest(destBlobUri,
"DELETE",
expectedStatusCode: HttpStatusCode.Accepted);
_runner.ExecuteRequest(destBlobUri, "DELETE");
}

[TestMethod]
Expand Down

0 comments on commit 31063c0

Please sign in to comment.