We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4921c51 commit 1344d4dCopy full SHA for 1344d4d
services/web/server/tests/unit/with_dbs/01/storage/test_storage.py
@@ -102,6 +102,11 @@ async def test_list_storage_paths(
102
"backend_result_or_exception",
103
[
104
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
+ # ),
110
],
111
ids=lambda x: type(x).__name__,
112
)
0 commit comments