mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-20 14:57:25 +00:00
Task -> Pod #4, the final chapter
This commit is contained in:
@@ -203,7 +203,7 @@ func TestCreateReplica(t *testing.T) {
|
||||
// DesiredState: controllerSpec.DesiredState.PodTemplate.DesiredState,
|
||||
//}
|
||||
// TODO: fix this so that it validates the body.
|
||||
fakeHandler.ValidateRequest(t, makeUrl("/tasks"), "POST", nil)
|
||||
fakeHandler.ValidateRequest(t, makeUrl("/pods"), "POST", nil)
|
||||
}
|
||||
|
||||
func TestHandleWatchResponseNotSet(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user