diff --git a/tests/abstract-config-tests.pl b/tests/abstract-config-tests.pl index 086edcb..db18c57 100755 --- a/tests/abstract-config-tests.pl +++ b/tests/abstract-config-tests.pl @@ -110,17 +110,14 @@ my $tests = [ { params => [ { pending => { delete => 'memory', } }, 'memory' ], expect => { pending => {} }, -, }, { params => [ { pending => { delete => 'cpu,!memory', } }, 'memory' ], expect => { pending => { delete => 'cpu' } }, -, }, { params => [ { pending => { delete => 'cpu', } }, 'memory' ], expect => { pending => { delete => 'cpu' } }, -, }, ] },