소스 검색

refactor cli tests

Signed-off-by: Collins Abitekaniza <[email protected]>
Collins Abitekaniza 7 년 전
부모
커밋
b8b6199958
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/acceptance/cli_test.py

+ 1 - 0
tests/acceptance/cli_test.py

@@ -2229,6 +2229,7 @@ class CLITestCase(DockerClientTestCase):
 
     def test_start_no_containers(self):
         result = self.dispatch(['start'], returncode=1)
+        assert 'failed' in result.stderr
         assert 'No containers to start' in result.stderr
 
     @v2_only()