t/lib/HydraTestContext: set queue runner port to 0
This makes the exposer choose a random, available port.
This commit is contained in:
@ -20,6 +20,7 @@ write_file($ctx{'tmpdir'} . "/bar.conf", q|
|
||||
|);
|
||||
|
||||
is(getHydraConfig(), {
|
||||
queue_runner_metrics_port => 0,
|
||||
foo => { bar => "baz" }
|
||||
}, "Nested includes work.");
|
||||
|
||||
|
Reference in New Issue
Block a user