Fix up rbintegrations tests that use old trophies API.
Review Request #10921 — Created Feb. 26, 2020 and submitted
Review Board 3.0 changed the trophies registry to actually use a real
registry instead of ad-hoc register and unregister methods, and
deprecated the old API. This was then removed entirely in Review Board
4. This change updates the unit tests to use that new API.
Ran rbintegrations tests.
Description | From | Last Updated |
---|---|---|
Looks like Review Board 3.0 actually introduced trophies_registry. We just weren't using it, but we deprecated in 3.0. |
chipx86 |
- Description:
-
~ Review Board 4 changed the trophies registry to actually use a real
~ registry instead of ad-hoc register and unregister methods. This change ~ updates the unit tests to use that new API. ~ Review Board 3.0 changed the trophies registry to actually use a real
~ registry instead of ad-hoc register and unregister methods, and ~ deprecated the old API. This was then removed entirely in Review Board + 4. This change updates the unit tests to use that new API. - Branch:
-
masterrelease-1.0.x
- Commit:
-
0e8a4071997d1f63500fa438daedb4a4eaff81ebd222bf4a9854ddca262dc244a36e8a17b39688ca
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.