diff --git a/testinfra/test_gerrit.py b/testinfra/test_gerrit.py index 59ca0fdf2c..118ce93d4e 100644 --- a/testinfra/test_gerrit.py +++ b/testinfra/test_gerrit.py @@ -30,6 +30,7 @@ def test_gerrit_x_project_clone(host): cmd = host.run( 'git clone http://localhost:8081/x/test-project /tmp/test-project') assert "Cloning into '/tmp/test-project'..." in cmd.stderr + assert cmd.succeeded def test_gerrit_screenshot(host): driver = webdriver.Remote(