Skip to content

fix(test): correct test for ssh-key parsing

Mario Oenning requested to merge moson/aurweb:fixup-test-ssh-keys into master

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")

Merge request reports