We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ba7ce commit bc8ec77Copy full SHA for bc8ec77
webdriver/tests/bidi/network/__init__.py
@@ -45,7 +45,6 @@ def assert_timing_info(timing_info):
45
"connectStart": any_int,
46
"connectEnd": any_int,
47
"tlsStart": any_int,
48
- "tlsEnd": any_int,
49
"requestStart": any_int,
50
"responseStart": any_int,
51
"responseEnd": any_int,
0 commit comments