]> git.proxmox.com Git - pve-container.git/commit
tests: fix small syntax glitch
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 14 Jun 2023 12:33:24 +0000 (14:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 14:21:37 +0000 (16:21 +0200)
commit5a08f7792aac524ba775c3c6d604dee3d2d5c13e
tree7f6f24505f12930810eedfb3cfd983d3d98e0257
parentdb95dea465e357a63f555a3d3fbd7e02ce7e95ba
tests: fix small syntax glitch

adaptation to adhere to perlcritics recommendation led to the snapshot
tests to not work anymore:
```
Undefined subroutine &Test::MockModule called at snapshot-test.pm line 300.
```

With this the snapshot tests still run and perlcritic seems happy

Fixes: f505de300431134b202ad5a88f55721cb95e6fe4
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/test/snapshot-test.pm