mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-04-28 19:26:51 +00:00
tests: remove some redundant trailing commas
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c24919a9d7
commit
6df4b6a8ea
@ -110,17 +110,14 @@ my $tests = [
|
|||||||
{
|
{
|
||||||
params => [ { pending => { delete => 'memory', } }, 'memory' ],
|
params => [ { pending => { delete => 'memory', } }, 'memory' ],
|
||||||
expect => { pending => {} },
|
expect => { pending => {} },
|
||||||
,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
params => [ { pending => { delete => 'cpu,!memory', } }, 'memory' ],
|
params => [ { pending => { delete => 'cpu,!memory', } }, 'memory' ],
|
||||||
expect => { pending => { delete => 'cpu' } },
|
expect => { pending => { delete => 'cpu' } },
|
||||||
,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
params => [ { pending => { delete => 'cpu', } }, 'memory' ],
|
params => [ { pending => { delete => 'cpu', } }, 'memory' ],
|
||||||
expect => { pending => { delete => 'cpu' } },
|
expect => { pending => { delete => 'cpu' } },
|
||||||
,
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user