Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Oct 23, 2024
1 parent 3f1793d commit cb83cf7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from unittest import mock
from knack.util import CLIError

from azure.cli.testsdk import ResourceGroupPreparer, ScenarioTest, StorageAccountPreparer
from azure.cli.testsdk import ResourceGroupPreparer, ScenarioTest, StorageAccountPreparer, live_only
from azure.cli.testsdk.scenario_tests import AllowLargeResponse
from azure.mgmt.iothub.models import RoutingSource
from azure.cli.command_modules.iot.shared import IdentityType
Expand Down Expand Up @@ -840,6 +840,7 @@ def test_hub_file_upload(self, resource_group, resource_group_location, storage_
assert storage_cs_pattern in updated_hub['properties']['storageEndpoints']['$default']['connectionString']
assert updated_hub['properties']['storageEndpoints']['$default']['containerName'] == containerName

@live_only()
@AllowLargeResponse()
@ResourceGroupPreparer(location='westus2')
def test_hub_wait(self, resource_group, resource_group_location):
Expand Down

0 comments on commit cb83cf7

Please sign in to comment.