We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219b3c1 commit 28abd08Copy full SHA for 28abd08
sdk/storage/azure-storage-blob/tests/test_helpers.py
@@ -33,7 +33,7 @@ def _create_file_share_oauth(
33
bearer_token_string: str,
34
storage_account_name: str,
35
data: bytes,
36
- is_live=False
+ is_live: bool
37
) -> Tuple[str, str]:
38
base_url = f"https://{storage_account_name}.file.core.windows.net/{share_name}"
39
sdk/storage/azure-storage-blob/tests/test_helpers_async.py
@@ -35,7 +35,7 @@ async def _create_file_share_oauth(
40
41
0 commit comments