diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index c437568ea2..3c71f13dbc 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -596,6 +596,7 @@ class TDTestCase: self.rows = 10 self.users_count = 5 self.__insert_data(self.rows) + self.users = self.__users() tdDnodes.stop(1) tdDnodes.start(1)