Skip to content

Commit

Permalink
fix: logowl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 13, 2024
1 parent e7c5ba2 commit ee43327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/LogOwlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ protected function setUp(): void
parent::setUp();
$logOwlKey = \getenv('TEST_LOGOWL_KEY');
$this->adapter = new LogOwl($logOwlKey ? $logOwlKey : '');
$this->invalidAdapter = new LogOwl('');
$this->invalidAdapter = new LogOwl('abc');
}
}

0 comments on commit ee43327

Please sign in to comment.