Fix a usage of deprecated token generation API.
Review Request #12925 — Created March 27, 2023 and submitted — Latest diff uploaded
The token generation API now requires passing certain parameters into
generate_token
. The base CI class was still using the deprecated
version, which will no longer work after Djblets 4.0 beta 2.
Ran unit tests (previously failed).
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
Commits
rbintegrations/baseci/integration.py |
---|