Skip to content

Commit

Permalink
Update FeedGeneratorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Dec 5, 2024
1 parent 09f7be6 commit 4e401dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/FeedGenerator/FeedGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public function test_feed_validate_auth(): void
});

$key = K256::create();
dump($key->privatePEM());

$jwt = JsonWebToken::encode(
head: ['typ' => 'JWT', 'alg' => K256::ALG],
Expand Down

0 comments on commit 4e401dd

Please sign in to comment.