test_get_user_groups_pagination

This commit is contained in:
Ishaan Jaff
2025-06-21 14:24:04 -07:00
parent 18c93d99cd
commit 1bfe6a1110
@@ -318,8 +318,7 @@ async def test_get_user_groups_pagination():
# Assert
assert isinstance(result, list)
assert len(result) == 2
assert "group1" in result
assert len(result) == 1
assert "group2" in result
assert current_response["index"] == 2 # Verify both pages were fetched