From 55942093c1c37da36da9837b0b4614120abc64ee Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Thu, 12 Jan 2023 15:45:58 +0000
Subject: [PATCH] Update exception type in test

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

diff --git a/tests/test_cal_tools.py b/tests/test_cal_tools.py
index ad493e46c..7343c6f5b 100644
--- a/tests/test_cal_tools.py
+++ b/tests/test_cal_tools.py
@@ -253,7 +253,7 @@ def test_raise_get_from_db(_agipd_const_cond):
     assert str(excinfo.value) == "Resource temporarily unavailable"
 
     # Wrong type for creation_time.
-    with pytest.raises(ValueError):
+    with pytest.raises(TypeError):
         _call_get_from_db(
             constant=constant, condition=condition,
             karabo_id=AGIPD_KARABO_ID, karabo_da="AGIPD00",
-- 
GitLab