File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func TestNewLoggingHTTPTransport(t *testing.T) {
8181		"@level" :                    "debug" ,
8282		"@module" :                   "provider" ,
8383		"@message" :                  "Received HTTP Response" ,
84- 		"Content-Type" :              "text/html" ,
84+ 		"Content-Type" :              "text/html; charset=utf-8 " ,
8585		"tf_http_op_type" :           "response" ,
8686		"tf_http_res_status_code" :   float64 (200 ),
8787		"tf_http_res_version" :       "HTTP/2.0" ,
@@ -172,7 +172,7 @@ func TestNewSubsystemLoggingHTTPTransport(t *testing.T) {
172172		"@level" :                    "debug" ,
173173		"@module" :                   "provider.test-subsystem" ,
174174		"@message" :                  "Received HTTP Response" ,
175- 		"Content-Type" :              "text/html" ,
175+ 		"Content-Type" :              "text/html; charset=utf-8 " ,
176176		"tf_http_op_type" :           "response" ,
177177		"tf_http_res_status_code" :   float64 (200 ),
178178		"tf_http_res_version" :       "HTTP/2.0" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments