From f7d0b20b03e11ce73c5436cfd8dae8023102b892 Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Thu, 20 Oct 2022 14:57:17 +0200 Subject: [PATCH] Use correct dsn --- src/AzureBlobStorage/AzureBlobStorageAdapterTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AzureBlobStorage/AzureBlobStorageAdapterTest.php b/src/AzureBlobStorage/AzureBlobStorageAdapterTest.php index 177067dd1..18f2d883c 100644 --- a/src/AzureBlobStorage/AzureBlobStorageAdapterTest.php +++ b/src/AzureBlobStorage/AzureBlobStorageAdapterTest.php @@ -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.');