Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use less common token values for masked variables
Using very common short names for tokens like 'token', when this is also masked, can now have odd effects on other tests, because we may unexpectedly mask out these words from log data. It's safer to use slightly longer stand-ins. In particular, they conflict with Gitlab's own tests of prefix matching.
- Loading branch information