Skip to content

Commit

Permalink
Change uniqueid to string
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Oct 20, 2023
1 parent 6186d2e commit 08a5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v16/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def heartbeat_call():

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


@pytest.fixture
Expand Down

0 comments on commit 08a5488

Please sign in to comment.