File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ answer = "test-project2:test-region2:test-instance2"
1111[[zones ]]
1212host  = ' bad.example.com' 
1313type  = ' TXT' 
14- answer  = " bad-instance-name" 
14+ answer  = " bad-instance-name" 
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ async def test_DnsResolver_with_malformed_txt() -> None:
5454    resolver .port  =  5053 
5555    with  pytest .raises (DnsResolutionError ) as  exc_info :
5656        await  resolver .resolve ("bad.example.com" )
57-     assert  (
58-         exc_info .value .args [0 ]
59-         ==  "Unable to parse TXT record for `bad.example.com` -> `bad-instance-name`" 
60-     )
57+          assert  (
58+              exc_info .value .args [0 ]
59+              ==  "Unable to parse TXT record for `bad.example.com` -> `bad-instance-name`" 
60+          )
6161
6262
6363async  def  test_DnsResolver_with_bad_dns_name () ->  None :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments