mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
refactor fetchers::PublicKey
tests
This commit is contained in:
parent
03eb4f7baa
commit
4ff7f5aa9c
3 changed files with 44 additions and 9 deletions
4
tests/unit/libfetchers/data/public-key/defaultType.json
Normal file
4
tests/unit/libfetchers/data/public-key/defaultType.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"key": "ABCDE",
|
||||
"type": "ssh-ed25519"
|
||||
}
|
4
tests/unit/libfetchers/data/public-key/simple.json
Normal file
4
tests/unit/libfetchers/data/public-key/simple.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"key": "ABCDE",
|
||||
"type": "ssh-rsa"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue