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 3ded3e9 commit 207b7e3Copy full SHA for 207b7e3
test/integration/testpaths/testpath_storage_migration.py
@@ -248,6 +248,13 @@ def setUpClass(cls):
248
DomainName=cls.account.domain
249
)
250
# Create Service offering
251
+ cls.service_offering = ServiceOffering.create(
252
+ cls.apiclient,
253
+ cls.testdata["service_offering"]
254
+ )
255
+
256
+ cls._cleanup.append(cls.service_offering)
257
258
cls.service_offering_zone1 = ServiceOffering.create(
259
cls.apiclient,
260
cls.testdata["service_offering"],
0 commit comments