Skip to content

Commit 41f3378

Browse files
committed
made normal user tests in line with number of mocked users
1 parent 0fe9359 commit 41f3378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/management/test_user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ def test_search_all(self):
985985
users = resp["users"]
986986
self.assertEqual(len(users), 2)
987987
self.assertEqual(users[0]["id"], "u1")
988+
self.assertEqual(users[1]["id"], "u2")
988989
# Verify the request body includes our time parameters
989990
mock_post.assert_called_with(
990991
f"{common.DEFAULT_BASE_URL}{MgmtV1.users_search_path}",

0 commit comments

Comments
 (0)