Skip to content

Commit bfa15b2

Browse files
committed
pass no server
1 parent 06efba1 commit bfa15b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests-unit/server/routes/internal_routes_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@pytest.fixture
1010
def internal_routes():
11-
return InternalRoutes()
11+
return InternalRoutes(None)
1212

1313
@pytest.fixture
1414
def aiohttp_client_factory(aiohttp_client, internal_routes):
@@ -112,4 +112,4 @@ async def test_file_service_initialization():
112112
})
113113

114114
# Verify that the file_service attribute of InternalRoutes is set
115-
assert internal_routes.file_service == mock_file_service_instance
115+
assert internal_routes.file_service == mock_file_service_instance

0 commit comments

Comments
 (0)