Skip to content

Commit db06d33

Browse files
committed
Fixes success test
1 parent c00fc42 commit db06d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpbu/Log/WebhookTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testPostDefaultJsonSuccess()
9595
$phpbuEndEvent = $this->createMock(\phpbu\App\Event\App\End::class);
9696
$phpbuEndEvent->method('getResult')->willReturn($result);
9797

98-
$uri = PHPBU_TEST_FILES . '/misc/webhook.fake.uri';
98+
$uri = 'file://' . PHPBU_TEST_FILES . '/misc/webhook.fake.uri';
9999
$json = new Webhook();
100100
$json->setup(['uri' => $uri, 'contentType' => 'application/json', 'method' => 'post']);
101101

0 commit comments

Comments
 (0)