def test_sas_token(self): from azure.storage.file import FileService hook = AzureFileShareHook(azure_fileshare_conn_id='azure_fileshare_extras') assert hook.conn_id == 'azure_fileshare_extras' assert isinstance(hook.get_conn(), FileService)