Update tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 2m27s

This commit is contained in:
2025-08-29 11:33:09 +02:00
parent 54f5b709d7
commit 2d408e203c
+1 -1
View File
@@ -52,7 +52,7 @@ def test_get_default_elog_instance_asks_password(mock_home, mock_getpass):
elog = Elog("http://localhost:8080/demo", user=user)
try:
msd_id = elog.post(text)
msg_id = elog.post(text)
except Exception as e:
pytest.fail(f"elog.post() raised an unexpected exception: {e}")