Skip to content

Commit f9904d3

Browse files
committed
fixes wrong mock
1 parent 24b30aa commit f9904d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/02/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def mock_catalog_service_api_responses(client, aioresponses_mocker):
324324

325325
aioresponses_mocker.get(
326326
url_pattern,
327-
payload={"data": {}},
327+
payload={},
328328
repeat=True,
329329
)
330330
aioresponses_mocker.post(

0 commit comments

Comments
 (0)