Skip to content

Commit 715f6d4

Browse files
committed
Removeing unused paramater
1 parent 289a597 commit 715f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Units/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public static function invalidTargetUrlProvider(): array
201201
public function testSetInvalidTargetTimeout(string $timeout): void
202202
{
203203
$this->expectException(VoltTestException::class);
204-
$this->config->setTarget('http://example.com', $timeout);
204+
$this->config->setTarget($timeout);
205205
}
206206

207207
public static function invalidTargetTimeoutProvider(): array

0 commit comments

Comments
 (0)