We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd27aa commit 5c4bafeCopy full SHA for 5c4bafe
1 file changed
tests/snmp/core/test_snmp_response_readers.py
@@ -24,7 +24,7 @@ def test_instantiation(self):
24
assert reader._stop_oid is None
25
assert reader.cb_ctx == {
26
"is_snmp_timeout": False,
27
- "reqTime": time.time(),
+ "reqTime": reader.cb_ctx.get("reqTime", time.time()),
28
"": True,
29
"retries": reader._retry_count,
30
}
0 commit comments