Deleting OperationHandler for handling /operation endpoint on server

This commit is contained in:
nikhiljindal
2015-01-28 13:13:10 -08:00
parent 804643a04b
commit 521728e920
3 changed files with 1 additions and 43 deletions

View File

@@ -257,10 +257,6 @@ func getTestRequests() []struct {
{"GET", "/api/v1beta1/foo/a", "", code404},
{"DELETE", "/api/v1beta1/foo" + timeoutFlag, "", code404},
// Operations
{"GET", "/api/v1beta1/operations", "", code200},
{"GET", "/api/v1beta1/operations/1234567890", "", code404},
// Special verbs on nodes
// TODO: Will become 405 once these are converted to go-restful
{"GET", "/api/v1beta1/proxy/minions/a", "", code404},