File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,8 @@ async def test_TC_SC_4_3(self):
278
278
279
279
# Verify AAAA record is returned
280
280
asserts .assert_equal (hostname , quada_record .name , f"Server name mismatch: { hostname } vs { quada_record .name } " )
281
- asserts .assert_equal (quada_record_type , answer_record_type , f"Record type should be { quada_record_type } but got { answer_record_type } " )
281
+ asserts .assert_equal (quada_record_type , answer_record_type ,
282
+ f"Record type should be { quada_record_type } but got { answer_record_type } " )
282
283
283
284
# # *** STEP 9 ***
284
285
# TH verifies the following from the returned records: The hostname must be a fixed-length twelve-character (or sixteen-character)
@@ -294,7 +295,7 @@ async def test_TC_SC_4_3(self):
294
295
295
296
# Verify hostname character length (12 or 16)
296
297
asserts .assert_true (self .verify_hostname (hostname = hostname ),
297
- f"Hostname for '{ hostname } ' is not a 12 or 16 character uppercase hexadecimal string" )
298
+ f"Hostname for '{ hostname } ' is not a 12 or 16 character uppercase hexadecimal string" )
298
299
299
300
# ICD TXT KEY
300
301
if supports_lit :
You can’t perform that action at this time.
0 commit comments