Skip to content

Commit

Permalink
Fix tests. Fixes #3605
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jul 22, 2024
1 parent a5ff931 commit 279a91d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gns3/schemas/appliance_v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"enum": [
"router",
"multilayer_switch",
"switch",
"firewall",
"guest"
]
Expand Down
4 changes: 2 additions & 2 deletions tests/registry/appliances/empty-vm-v8.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
{
"filename": "empty100G.qcow2",
"version": "100G",
"checksum": "d08fdec95fffbda3f04e9a00db49295df73ae4a507396e442ba9e4ad5c14ce5a",
"checksum_type": "sha256",
"checksum": "1e6409a4523ada212dea2ebc50e50a65",
"checksum_type": "md5",
"filesize": 198656,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download"
Expand Down

0 comments on commit 279a91d

Please sign in to comment.