Skip to content

Commit

Permalink
修复单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-smile committed Dec 11, 2023
1 parent 409baad commit 40b3eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboard/apigateway/apigateway/tests/biz/esb/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

@pytest.fixture
def fake_system():
return G(ComponentSystem)
return G(ComponentSystem, board="default")


@pytest.fixture
def fake_channel(fake_system):
return G(ESBChannel, system=fake_system)
return G(ESBChannel, system=fake_system, board="default")

0 comments on commit 40b3eab

Please sign in to comment.