Skip to content

Commit 1344d4d

Browse files
committed
fixed test
1 parent 4921c51 commit 1344d4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/web/server/tests/unit/with_dbs/01/storage/test_storage.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ async def test_list_storage_paths(
102102
"backend_result_or_exception",
103103
[
104104
AsyncJobGet(job_id=AsyncJobId(f"{_faker.uuid4()}")),
105+
# RPCServerError(
106+
# method_name="some_method",
107+
# exc_message="some pytest error",
108+
# traceback="some pytest traceback",
109+
# ),
105110
],
106111
ids=lambda x: type(x).__name__,
107112
)

0 commit comments

Comments
 (0)