Add missing 'limit' checks for assertQueries() calls.

Review Request #12378 — Created June 16, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

assertQueries() in Djblets just received a limit option for queries.
This requires updates to the Profile unit tests, which currently are
the only ones affected by this. Affected tests that use this option are
the results of QuerySet.exists() calls.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add missing 'limit' checks for assertQueries() calls.
`assertQueries()` in Djblets just received a `limit` option for queries. This requires updates to the `Profile` unit tests, which currently are the only ones affected by this. Affected tests that use this option are the results of `QuerySet.exists()` calls.
c78bcd24334457cf087c540567cb2d5ff69abbf5 Christian Hammond
reviewboard/accounts/tests/test_profile.py
Loading...