Skip to content

Commit 406c0dd

Browse files
committed
updates to tests due to version update
1 parent 008a358 commit 406c0dd

7 files changed

Lines changed: 1792 additions & 1511 deletions

et --hard HEAD@{1}

Lines changed: 459 additions & 0 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_invocations_summary_traces.yaml

Lines changed: 273 additions & 275 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_keys.yaml

Lines changed: 566 additions & 624 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_list_show_basic.yaml

Lines changed: 84 additions & 200 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_list_show_error_scenarios.yaml

Lines changed: 219 additions & 161 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/recordings/test_containerapp_function_list_show_multirevision_scenarios.yaml

Lines changed: 191 additions & 249 deletions
Large diffs are not rendered by default.

src/containerapp/azext_containerapp/tests/latest/test_containerapp_function.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def __init__(self, *arg, **kwargs):
3232
super().__init__(*arg, random_config_dir=True, **kwargs)
3333
cmd = ['azdev', 'extension', 'add', 'application-insights']
3434
run(cmd, check=True)
35-
# cmd = ['azdev', 'extension', 'add', 'azure-mgmt-applicationinsights']
36-
# run(cmd, check=True)
3735
sleep(120)
3836

3937

0 commit comments

Comments
 (0)