Skip to content

Commit

Permalink
Remove output expectation in HookInfoTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Aug 25, 2023
1 parent 78c7ad5 commit 35bdfe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Commands/HookInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@
});

$this->artisan(HookInfoCommand::class)
->expectsOutputToContain('Unable to get webhook info')
->assertFailed();
});

0 comments on commit 35bdfe8

Please sign in to comment.