]> git.proxmox.com Git - pve-network.git/blobdiff - test/run_test_zones.pl
sdn: rename config to running_config
[pve-network.git] / test / run_test_zones.pl
index 71ead618ecb953e21848cba6f33f7794024458ba..a788553c052512be50ff7a55e45abce928e9c4ad 100755 (executable)
@@ -83,7 +83,7 @@ foreach my $test (@tests) {
 
     my $sdn_module = Test::MockModule->new("PVE::Network::SDN");
     $sdn_module->mock(
-       config => sub {
+       running_config => sub {
            return $sdn_config;
        },
     );