Python: update test expectations

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-15 17:23:58 +01:00
parent 4094b18407
commit 731f4559b4

View File

@@ -1,2 +0,0 @@
| InsecureProtocol.py:41:1:41:17 | ControlFlowNode for Attribute() | Call to deprecated method ssl.wrap_socket does not specify a protocol, which may result in an insecure default being used. |
| InsecureProtocol.py:42:11:42:22 | ControlFlowNode for SSLContext() | Call to ssl.SSLContext does not specify a protocol, which may result in an insecure default being used. |