Skip to content

Commit ef42112

Browse files
necusjzCopilot
andauthored
Update src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 68daf39 commit ef42112

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7614,7 +7614,6 @@ def _is_transient_update_error(ex: Exception) -> bool:
76147614
'network virtual-appliance update -n {name} -g {rg} --asn 20000',
76157615
checks=[self.check('virtualApplianceAsn', 20000)]
76167616
)
7617-
last_err = None
76187617
break # done
76197618
except Exception as ex:
76207619
last_err = ex

0 commit comments

Comments
 (0)