Skip to content

Commit

Permalink
Use correct dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Oct 20, 2022
1 parent 876c806 commit f7d0b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AzureBlobStorage/AzureBlobStorageAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class AzureBlobStorageAdapterTest extends TestCase
protected static function createFilesystemAdapter(): FilesystemAdapter
{
$dsn = getenv('FLYSYSTEM_AZURE_DSN');
$dsn = 'DefaultEndpointsProtocol=https;AccountName=notpublicflysystemtests;AccountKey=B+Dm9IKyFvzr5TztsHcJqhF0jMpm2gR1v8OEsS0kgfftq6gnqgxcVJxF8peagofUwC/mOGbAgBSQ+AStnIXXPg==;EndpointSuffix=core.windows.net';

if (empty($dsn)) {
self::markTestSkipped('FLYSYSTEM_AZURE_DSN is not provided.');
Expand Down

0 comments on commit f7d0b20

Please sign in to comment.