Merge pull request #12321 from HuKeping/testcase_typo

Fix typo in testcase
This commit is contained in:
Doug Davis 2015-04-13 08:48:41 -04:00
commit ad41ba1f95

View file

@ -593,5 +593,5 @@ func TestContainerApiPause(t *testing.T) {
t.Fatalf("There should be no paused container.")
}
logDone("container REST API - check POST containers/pause nad unpause")
logDone("container REST API - check POST containers/pause and unpause")
}