flake8
passed.
JSHint
passed.
Review Request #12115 — Created March 7, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
release-5.0.x | |
Reviewers | |
reviewboard | |
Inside the API paginator tests, we had a code path to handle
pathological cases where we hit the paginator with an unexpected URL.
This was callingself.fail()
, but the method this is in isn't a test
case, it's a paginator. This has been changed to just raise an exception
instead.
Ran unit tests.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
Let's raise AssertionError. |
|
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+2 -2) |