Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed May 23, 2024
1 parent 6b32344 commit b5de891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/SentryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SentryTest extends AdapterBase
protected function setUp(): void
{
parent::setUp();
var_dump(\getenv('TEST_SENTRY_DSN'));
var_dump(\getenv('TEST_SENTRY_DSN') . ' 123');
$this->adapter = new Sentry('projectId', 'key');
}
}

0 comments on commit b5de891

Please sign in to comment.