Refactoring RbacUtils part 3 - documentation
Change the documnentation according to new RbacUtilsMixin
Story: 2002604
Task: 22223
Change-Id: I30ab8ea002f9312a5b50e2f2c511ed321a679c00
diff --git a/REVIEWING.rst b/REVIEWING.rst
index 4ee847f..9993f2c 100644
--- a/REVIEWING.rst
+++ b/REVIEWING.rst
@@ -80,7 +80,7 @@
* testing the same policy in more than one test
For the first bullet, try to avoid calling the same API inside the
-``self.rbac_utils.override_role`` call.
+``self.override_role()`` call.
.. note::