Skip to content

Commit

Permalink
Fix test pipeline error in TestDTResourceLifecycle::test_dt_resource (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Sep 30, 2021
1 parent 3830b64 commit 2e773f5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def test_dt_resource(self):
MOCK_RESOURCE_TAGS,
)
).get_output_in_json()
self.track_instance(create_output)

assert_common_resource_attributes(
create_output,
Expand Down Expand Up @@ -130,12 +129,11 @@ def test_dt_resource(self):
)

# No location specified. Use the resource group location.
create_msi_output = self.cmd(
self.cmd(
"dt create -n {} -g {} --assign-identity --scopes {}".format(
instance_names[1], self.rg, " ".join(scope_ids)
)
).get_output_in_json()
self.track_instance(create_msi_output)

# wait for identity assignment
sleep(60)
Expand Down

0 comments on commit 2e773f5

Please sign in to comment.