diff options
-rw-r--r-- | test/helpers.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/helpers.bash b/test/helpers.bash index b14802afc..abf481c9a 100644 --- a/test/helpers.bash +++ b/test/helpers.bash @@ -205,7 +205,7 @@ function prepare_network_conf() { "ipMasq": true, "ipam": { "type": "host-local", - "subnet": "$1", + "subnet": "10.20.40.0/24", "routes": [ { "dst": "0.0.0.0/0" } ] @@ -235,7 +235,7 @@ function prepare_plugin_test_args_network_conf() { "ipMasq": true, "ipam": { "type": "host-local", - "subnet": "$1", + "subnet": "10.20.40.0/24", "routes": [ { "dst": "0.0.0.0/0" } ] |