Skip to content

Commit fe77851

Browse files
author
kovirivong
committed
fix extra line after rebase
1 parent b074777 commit fe77851

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17621,7 +17621,6 @@ def test_aks_create_with_blue_green_upgrade_nodepool(self, resource_group, resou
1762117621
],
1762217622
)
1762317623

17624-
1762517624
@AllowLargeResponse()
1762617625
@AKSCustomResourceGroupPreparer(
1762717626
random_name_length=17, name_prefix="clitest", location="westus2"
@@ -17714,7 +17713,6 @@ def test_aks_run_blue_green_upgrade(self, resource_group, resource_group_locatio
1771417713
self.is_empty(),
1771517714
],
1771617715
)
17717-
1771817716

1771917717
@AllowLargeResponse()
1772017718
@AKSCustomResourceGroupPreparer(
@@ -17803,6 +17801,4 @@ def test_aks_jwtauthenticator_cmds(self, resource_group, resource_group_location
1780317801
"--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/JWTAuthenticatorPreview "
1780417802
)
1780517803
jwt_list_after_delete = self.cmd(list_after_delete_cmd).get_output_in_json()
17806-
assert len(jwt_list_after_delete) == 0
17807-
17808-
17804+
assert len(jwt_list_after_delete) == 0

0 commit comments

Comments
 (0)