Merge "Trivial: Update pypi url to new url"

This commit is contained in:
Zuul 2018-05-14 08:05:49 +00:00 committed by Gerrit Code Review
commit 48b09a44bb
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ Any class use ``receives`` must be decorated with ``has_registry_receivers``.
Testing with callbacks
----------------------
A python `fixture <https://pypi.python.org/pypi/fixtures>`_ is provided for implementations that need to
A python `fixture <https://pypi.org/project/fixtures>`_ is provided for implementations that need to
unit test and mock the callback registry. This can be used for example, when your code publishes callback events
that you need to verify. Consumers can use ``neutron_lib.tests.unit.callbacks.base.CallbackRegistryFixture``
in their unit test classes with the ``useFixture()`` method passing along a ``CallbackRegistryFixture`` instance.