Skip to content

Commit caf47ee

Browse files
authored
Update WorkerTest.php
1 parent bbed308 commit caf47ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/WorkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testServerStartingUsingDifferentRelayTypes(): void
148148
)]);
149149
$http_client = new \GuzzleHttp\Client(['base_uri' => 'http://127.0.0.1:22622']);
150150

151-
// $rr_proc->disableOutput(); // @todo: This will fix `endure.log_level` problem, thx 2 https://github.com/jetexe
151+
// $rr_proc->disableOutput(); // @todo: This will fix `endure.log_level` problem, thx 2 @jetexe
152152

153153
try {
154154
// https://symfony.com/doc/current/components/process.html#running-processes-asynchronously

0 commit comments

Comments
 (0)