@@ -921,7 +921,7 @@ def _verify_process_code_and_output(self, command_result):
921921 # check HelloWorld and HelloMars functions are built in the same build
922922 self .assertRegex (
923923 command_result .stderr .decode ("utf-8" ),
924- "Building codeuri: .* runtime: .* metadata: .* functions: " "HelloWorldFunction, HelloMarsFunction" ,
924+ "Building codeuri: .* runtime: .* functions: " "HelloWorldFunction, HelloMarsFunction" ,
925925 )
926926
927927
@@ -959,7 +959,7 @@ def _verify_process_code_and_output(self, command_result, function_full_paths):
959959 for function_full_path in function_full_paths :
960960 self .assertRegex (
961961 command_result .stderr .decode ("utf-8" ),
962- f"Building codeuri: .* runtime: .* metadata: .* functions: .*{ function_full_path } .*" ,
962+ f"Building codeuri: .* runtime: .* functions: .*{ function_full_path } .*" ,
963963 )
964964
965965 def _verify_invoke_built_functions (self , template_path , overrides , function_and_expected ):
@@ -1004,7 +1004,7 @@ def _verify_process_code_and_output(self, command_result, function_full_paths, l
10041004 for function_full_path in function_full_paths :
10051005 self .assertRegex (
10061006 command_result .stderr .decode ("utf-8" ),
1007- f"Building codeuri: .* runtime: .* metadata: .* functions:.*{ function_full_path } .*" ,
1007+ f"Building codeuri: .* runtime: .* functions:.*{ function_full_path } .*" ,
10081008 )
10091009 self .assertIn (
10101010 f"Building layer '{ layer_full_path } '" ,
0 commit comments