Skip to content

Commit

Permalink
Fix BlueskyClientTest by passing correct Request object
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmal1yev committed Sep 11, 2024
1 parent 16b2279 commit 9f46945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/BlueskyClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function testExecuteWithCreateRecord()

$request->setRecord($recordBuilder);

$client = new BlueskyClient(new CreateRecord);
$client = new BlueskyClient($request);

$client->setStrategy(new PasswordAuthentication)
->authenticate([
Expand Down

0 comments on commit 9f46945

Please sign in to comment.