typo websocket test

This commit is contained in:
Domingo Dirutigliano
2025-03-17 12:47:41 +01:00
parent da9ab0176c
commit 51eb889910

View File

@@ -517,7 +517,7 @@ def data_type_test(req:HttpResponse):
""" """
if firegex.nfproxy_set_code(service_id, HTTP_REQUEST_WS_PARSING_TEST): if firegex.nfproxy_set_code(service_id, HTTP_REQUEST_WS_PARSING_TEST):
puts("Sucessfully added filter websocket parsing with HttpRequest ✔", color=colors.green) puts("Sucessfully added filter websocket parsing with HttpRequest and HttpResponse ", color=colors.green)
else: else:
puts("Test Failed: Couldn't add the websocket parsing filter ✗", color=colors.red) puts("Test Failed: Couldn't add the websocket parsing filter ✗", color=colors.red)
exit_test(1) exit_test(1)