We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6effe65 commit f13e322Copy full SHA for f13e322
server/t/01server.t
@@ -340,7 +340,9 @@ subtest 'initial requests' => sub {
340
'work done report sent'
341
);
342
343
- $comm->send_message(slurp('configuration.json', $configuration->{id}));
+ $configuration = slurp('configuration.json', $configuration->{id});
344
+ $configuration->{result}[0]{inc} = ["$FindBin::RealBin/.."];
345
+ $comm->send_message($configuration);
346
my $uri = open_file('Communicate.pm', $comm);
347
my $diagnostics = $comm->recv_message();
348
0 commit comments