@@ -68,7 +68,7 @@ def test_containerapp_function_list_show_basic(self, resource_group):
6868 @ResourceGroupPreparer (location = "northcentralus" )
6969 def test_containerapp_function_list_show_error_scenarios (self , resource_group ):
7070 """Test error scenarios for function list command"""
71- location = "northcentralusstage"
71+ location = TEST_LOCATION
7272 self .cmd ('configure --defaults location={}' .format (location ))
7373
7474 ca_name = self .create_random_name (prefix = 'containerapp' , length = 24 )
@@ -133,7 +133,7 @@ def test_containerapp_function_list_show_error_scenarios(self, resource_group):
133133 @ResourceGroupPreparer (location = "northcentralus" )
134134 def test_containerapp_function_list_show_multirevision_scenarios (self , resource_group ):
135135 """Test multiple revisions scenarios for function list command"""
136- location = "northcentralusstage"
136+ location = TEST_LOCATION
137137 self .cmd ('configure --defaults location={}' .format (location ))
138138 env = prepare_containerapp_env_for_app_e2e_tests (self , location = location )
139139
@@ -197,8 +197,8 @@ def test_containerapp_function_list_show_multirevision_scenarios(self, resource_
197197 @ResourceGroupPreparer (location = "northcentralus" )
198198 def test_containerapp_function_keys (self , resource_group ):
199199 """Test function keys show/list/set functionality"""
200- location = "northcentralus"
201- functionapp_location = "northcentralusstage"
200+ location = TEST_LOCATION
201+ functionapp_location = TEST_LOCATION
202202 storage_account_name = self .create_random_name ("storageacc" , length = 24 )
203203 funcapp_name = self .create_random_name ("functionapp" , length = 24 )
204204 image = "mcr.microsoft.com/azure-functions/dotnet8-quickstart-demo:1.0"
@@ -366,7 +366,7 @@ def test_containerapp_function_keys(self, resource_group):
366366 def test_containerapp_function_invocations_summary_traces (self , resource_group ):
367367 """Test function keys show/list/set functionality using connection string and App Insights"""
368368 location = TEST_LOCATION
369- functionapp_location = "northcentralusstage"
369+ functionapp_location = TEST_LOCATION
370370 funcapp_name = self .create_random_name ("functionapp" , length = 24 )
371371 image = "mcr.microsoft.com/azure-functions/dotnet8-quickstart-demo:1.0"
372372 app_insights_name = self .create_random_name ("appinsights" , length = 24 )
0 commit comments