This commit is contained in:
@@ -52,7 +52,7 @@ def test_get_default_elog_instance_asks_password(mock_home, mock_getpass):
|
|||||||
elog = Elog("http://localhost:8080/demo", user=user)
|
elog = Elog("http://localhost:8080/demo", user=user)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
msd_id = elog.post(text)
|
msg_id = elog.post(text)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"elog.post() raised an unexpected exception: {e}")
|
pytest.fail(f"elog.post() raised an unexpected exception: {e}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user