From 28432ebbb6188d06a20aa07b16016ca78f67c7bc Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Thu, 26 Sep 2019 00:36:01 +0200
Subject: [PATCH] fix test

---
 tests/automatic/consumer/consumer_api_python/consumer_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/automatic/consumer/consumer_api_python/consumer_api.py b/tests/automatic/consumer/consumer_api_python/consumer_api.py
index 930fd879c..a41756a87 100644
--- a/tests/automatic/consumer/consumer_api_python/consumer_api.py
+++ b/tests/automatic/consumer/consumer_api_python/consumer_api.py
@@ -58,7 +58,7 @@ def check_single(broker,group_id_new):
 
     try:
         broker.get_by_id(30, group_id_new, meta_only=True)
-    except asapo_consumer.AsapoNoDataError:
+    except asapo_consumer.AsapoEndOfStreamError:
         pass
     else:
         exit_on_noerr("get_by_id no data")
-- 
GitLab