From a9fa6d0cd9a54e545ee78e319df74dea80351345 Mon Sep 17 00:00:00 2001 From: WHYTEWYLL <49686519+WHYTEWYLL@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:55:24 +0300 Subject: [PATCH] rasing threshold (#354) --- tests/github__data_log.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/github__data_log.sql b/tests/github__data_log.sql index 57526af..0a8ed17 100644 --- a/tests/github__data_log.sql +++ b/tests/github__data_log.sql @@ -18,5 +18,4 @@ from base where status_code not in (200, 202, 404, 451) - and counter > 0 - and counter < 100 \ No newline at end of file + and counter > 500 \ No newline at end of file