diff --git a/testinfra/test_gerrit.py b/testinfra/test_gerrit.py index 0cac716c77..8c1501f28e 100644 --- a/testinfra/test_gerrit.py +++ b/testinfra/test_gerrit.py @@ -71,3 +71,6 @@ def test_gitiles_blocked(host): '--resolve review.opendev.org:443:127.0.0.1 ' 'https://review.opendev.org/plugins/gitiles/opendev/system-config/') assert '403 Forbidden' in cmd.stdout + +def test_induce_failure(host): + assert False