Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Oct 19, 2023
1 parent dfa6b1f commit 2d7bd75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/v16/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
def heartbeat_call():
return Call(unique_id=1, action=Action.Heartbeat, payload={}).to_json()


@pytest.fixture
def notsupported_call():
return Call(unique_id=1, action="InvalidAction", payload={}).to_json()


@pytest.fixture
def boot_notification_call():
return Call(
Expand Down

0 comments on commit 2d7bd75

Please sign in to comment.