Skip to content

Commit

Permalink
use private_bus also in test_jeepney_dbus_adapter_wrong_service_defin…
Browse files Browse the repository at this point in the history
…ition
  • Loading branch information
fohrloop committed Jan 14, 2024
1 parent 61a1309 commit c37c607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_dbus_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ def test_jeepney_dbus_adapter_nonexisting_method(calculator_service_addr):


@pytest.mark.usefixtures("dbus_calculator_service")
def test_jeepney_dbus_adapter_wrong_service_definition():
def test_jeepney_dbus_adapter_wrong_service_definition(private_bus: str):
adapter = JeepneyDbusAdapter()

wrong_service_addr = DbusAddress(
bus=BusType.SESSION,
bus=private_bus,
service="org.github.wakepy.WrongService",
path="/org/github/wakepy/TestCalculatorService",
interface="org.github.wakepy.TestCalculatorService",
Expand Down

0 comments on commit c37c607

Please sign in to comment.