We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59351e commit 5ae34f0Copy full SHA for 5ae34f0
tests/test_conn.py
@@ -1173,7 +1173,7 @@ def test_check_connection_to_local_ip(
1173
"""
1174
conn = ModuleFactory().create_conn_analyzer_obj()
1175
conn.set_evidence.conn_to_private_ip = Mock()
1176
- conn.db.get_gateway_ip_if_interface.return_value = "192.168.1.1"
+ conn.db.get_gateway_ip.return_value = "192.168.1.1"
1177
flow = Conn(
1178
starttime="1726249372.312124",
1179
uid="123",
0 commit comments