Skip to content

Commit 4357b5b

Browse files
committed
add missing import
1 parent f4be562 commit 4357b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_backup_instance_create_and_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import unittest
1010
from random import randint
11-
from azure.cli.testsdk import ScenarioTest
11+
from azure.cli.testsdk import ScenarioTest, live_only
1212
from azure.cli.testsdk.scenario_tests import AllowLargeResponse
1313
from ..utils import track_job_to_completion
1414

0 commit comments

Comments
 (0)