Skip to content
Snippets Groups Projects
Commit f41a9321 authored by Karan Rajanayagam's avatar Karan Rajanayagam
Browse files

TOAMS-73: corrected test for uio

UiO got updated Ephorte to v5.6. Removed special case on avskriving. Updated ids to support new test server
parent a1d33198
No related branches found
No related tags found
No related merge requests found
Pipeline #140149 passed with stage
in 58 seconds
......@@ -406,7 +406,7 @@ class EphClient:
logger.warning(err_msg, exc_info=fa)
# OK
else:
msg = f"Can't set saksbehandler and avskrive restansen, sak: {sak.Id}, error"+str(fa)
msg = f"Can't set saksbehandler, {sak.Id}, error: " + str(fa)
logger.error(msg, exc_info=fa)
raise ValueError(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment