fix(test): correct test for ssh-key parsing
Our set of keys returned by util.parse_ssh_keys
is unordered so we
have to adapt our test to not rely on a specific order for multiple keys.
Fixes: 5ccfa7c0 ("fix: same ssh key entered multiple times")
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Our set of keys returned by util.parse_ssh_keys
is unordered so we
have to adapt our test to not rely on a specific order for multiple keys.
Fixes: 5ccfa7c0 ("fix: same ssh key entered multiple times")