Skip to content
Snippets Groups Projects
Commit 037d030d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Remove EntityDoesNoteExistError

parent ed7160d8
Branches
Tags
No related merge requests found
...@@ -397,5 +397,5 @@ def test_evil_path(): ...@@ -397,5 +397,5 @@ def test_evil_path():
_SERVER_SIDE_SCRIPTING_BIN_DIR_LOCAL, _SERVER_SIDE_SCRIPTING_BIN_DIR_LOCAL,
"ok")) "ok"))
with raises(EntityDoesNotExistError): with raises(ResourceNotFoundError):
r = run_server_side_script("../ok") r = run_server_side_script("../ok")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment