Skip to content

Commit a17f93c

Browse files
committed
Ignore typing
1 parent 7a71385 commit a17f93c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/find_iocs_cases/feature__included_ioc_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# imphashes and authentihashes require the hash to be prefixed with `imphash` and `authentihash` respectively, but when parsed, only the hash itself will be present
5353
all_ioc_text = all_ioc_text.replace(IOC_EXAMPLES["imphashes"][0], f"imphash {IOC_EXAMPLES['imphashes'][0]}") # type: ignore
5454
all_ioc_text = all_ioc_text.replace(
55-
IOC_EXAMPLES["authentihashes"][0],
55+
IOC_EXAMPLES["authentihashes"][0], # type: ignore
5656
f"authentihash {IOC_EXAMPLES['authentihashes'][0]}", # type: ignore
5757
)
5858
all_ioc_text = all_ioc_text.replace(IOC_EXAMPLES["user_agents"][0], IOC_EXAMPLES["user_agents"][0].rstrip(" TLP")) # type: ignore

0 commit comments

Comments
 (0)