diff --git a/doc/source/contributor/unit_tests.rst b/doc/source/contributor/unit_tests.rst index c8cbd5064a..5da6bc1866 100644 --- a/doc/source/contributor/unit_tests.rst +++ b/doc/source/contributor/unit_tests.rst @@ -4,7 +4,7 @@ Unit Tests Manila contains a suite of unit tests, in the manila/tests directory. Any proposed code change will be automatically rejected by the OpenStack -Jenkins server if the change causes unit test failures. +Zuul server if the change causes unit test failures. Running the tests -----------------