Remove non-existent field from net_response readme
This commit is contained in:
parent
1f7b68a2b2
commit
cc9a8cd1c6
|
@ -43,7 +43,6 @@ verify text in the response.
|
||||||
- result
|
- result
|
||||||
- fields:
|
- fields:
|
||||||
- response_time (float, seconds)
|
- response_time (float, seconds)
|
||||||
- success (int) # success 0, failure 1
|
|
||||||
- result_code (int, success = 0, timeout = 1, connection_failed = 2, read_failed = 3, string_mismatch = 4)
|
- result_code (int, success = 0, timeout = 1, connection_failed = 2, read_failed = 3, string_mismatch = 4)
|
||||||
- result_type (string) **DEPRECATED in 1.7; use result tag**
|
- result_type (string) **DEPRECATED in 1.7; use result tag**
|
||||||
- string_found (boolean) **DEPRECATED in 1.4; use result tag**
|
- string_found (boolean) **DEPRECATED in 1.4; use result tag**
|
||||||
|
|
Loading…
Reference in New Issue