Fix scale x->x in kubectl for ReplicationController

This commit is contained in:
Wojciech Tyczynski
2016-08-25 11:29:47 +02:00
parent bdeeb9db90
commit 79d8c9754d
2 changed files with 35 additions and 17 deletions

View File

@@ -70,7 +70,7 @@ func TestReplicationControllerStop(t *testing.T) {
},
},
StopError: nil,
ExpectedActions: []string{"get", "list", "get", "update", "watch", "delete"},
ExpectedActions: []string{"get", "list", "get", "update", "get", "delete"},
},
{
Name: "NoOverlapping",
@@ -108,7 +108,7 @@ func TestReplicationControllerStop(t *testing.T) {
},
},
StopError: nil,
ExpectedActions: []string{"get", "list", "get", "update", "watch", "delete"},
ExpectedActions: []string{"get", "list", "get", "update", "get", "delete"},
},
{
Name: "OverlappingError",