From ea04e61f60d3971015085173d72f7079528c96f3 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Thu, 30 Nov 2023 13:15:26 +0000 Subject: [PATCH] Black check --- crawlers/mooncrawl/mooncrawl/stats_worker/test_queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/stats_worker/test_queries.py b/crawlers/mooncrawl/mooncrawl/stats_worker/test_queries.py index 3b647341..c3c76d34 100644 --- a/crawlers/mooncrawl/mooncrawl/stats_worker/test_queries.py +++ b/crawlers/mooncrawl/mooncrawl/stats_worker/test_queries.py @@ -60,6 +60,6 @@ class TestQueries(unittest.TestCase): with self.assertRaises(queries.QueryNotValid): queries.query_validation("OR(1=1)#") - + with self.assertRaises(queries.QueryNotValid): queries.query_validation("0/**/or/**/1")