-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
users: Fix truncated "From" in account logs
Call `last` with `--fullnames` to avoid truncating values (like IPv6 addresses). We don't rely on a "nicely" (argh) formatted ASCII table with fixed column widths, but parse the structure. Flesh out TestAccounts.testAccountLogs to actually test some values on the page. It was almost empty before. Like in the previous commit, we can afford to hardcode the expected IPv6 "from" address. Fixes #21383
- Loading branch information
1 parent
a906a89
commit 54e5094
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters