Skip to content

Commit c9dec58

Browse files
committed
fixed test
1 parent 8848b4f commit c9dec58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ 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-
# ),
110105
],
111106
ids=lambda x: type(x).__name__,
112107
)

0 commit comments

Comments
 (0)