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 06efba1 commit bfa15b2Copy full SHA for bfa15b2
tests-unit/server/routes/internal_routes_test.py
@@ -8,7 +8,7 @@
8
9
@pytest.fixture
10
def internal_routes():
11
- return InternalRoutes()
+ return InternalRoutes(None)
12
13
14
def aiohttp_client_factory(aiohttp_client, internal_routes):
@@ -112,4 +112,4 @@ async def test_file_service_initialization():
112
})
113
114
# Verify that the file_service attribute of InternalRoutes is set
115
- assert internal_routes.file_service == mock_file_service_instance
+ assert internal_routes.file_service == mock_file_service_instance
0 commit comments