Skip to content

Commit 8b673e3

Browse files
committed
Altered the range of testing
1 parent 785f585 commit 8b673e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthcheck/test_healthcheck_new_vnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main(tenant_id_arg, client_id_arg, client_secret_arg, subscription_id_arg, u
4545
re.findall(r"releases/(R\d{4}[ab]\b)", res.text)[-4],
4646
re.findall(r"releases/(R\d{4}[ab]\b)", res.text)[-5]
4747
]
48-
for i in range(2):
48+
for i in range(5):
4949
matlab_release = latest_releases[i]
5050
print("Testing Health Check Release: " + matlab_release + "\n")
5151
github_base_dir = "https://raw.githubusercontent.com/mathworks-ref-arch"

0 commit comments

Comments
 (0)