diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py
index f9b1f75f0c..a62483d9b8 100644
--- a/openstackclient/tests/compute/v2/fakes.py
+++ b/openstackclient/tests/compute/v2/fakes.py
@@ -393,7 +393,7 @@ class FakeHypervisorStats(object):
         :param Dictionary attrs:
             A dictionary with all attributes
         :return:
-            A FakeResource object, with id, hypervisor_hostname, and so on
+            A FakeResource object, with count, current_workload, and so on
         """
         attrs = attrs or {}