Skip to content

Commit

Permalink
bugfix: unit test credentials reference
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Nov 7, 2024
1 parent 0fe4355 commit b16e8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/tests/test_file_system.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected function initialise_external_client($config) {
manager::set_objectfs_config($config);
$client = new test_azure_integration_client($config);
} else if (isset($CFG->phpunit_objectfs_azure_blob_storage_integration_test_credentials)) {
$credentials = $CFG->phpunit_objectfs_azure_integration_test_credentials;
$credentials = $CFG->phpunit_objectfs_azure_blob_storage_integration_test_credentials;
$config->azure_accountname = $credentials['azure_accountname'];
$config->azure_container = $credentials['azure_container'];
$config->azure_sastoken = $credentials['azure_sastoken'];
Expand Down

0 comments on commit b16e8f8

Please sign in to comment.