From 58b5150eb5724317415f2fbb4c82daff44955b92 Mon Sep 17 00:00:00 2001
From: iglocska <andras.iklody@gmail.com>
Date: Thu, 5 Sep 2024 11:05:05 +0200
Subject: [PATCH] testing

---
 tests/testlive_comprehensive.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testlive_comprehensive.py b/tests/testlive_comprehensive.py
index 0cc1961..3c498cd 100644
--- a/tests/testlive_comprehensive.py
+++ b/tests/testlive_comprehensive.py
@@ -1185,7 +1185,7 @@ class TestComprehensive(unittest.TestCase):
             time.sleep(5)
             csv = self.user_misp_connector.search(return_format='csv', publish_timestamp=first.timestamp.timestamp())
             print('HERE!!!!')
-            print(self.user_misp_connector.direct_call('jobs/index'))
+            print(self.admin_misp_connector.direct_call('jobs/index'))
             self.assertEqual(len(csv), 1)
             self.assertEqual(csv[0]['value'], first.attributes[0].value)