Skip to content

Commit

Permalink
pushback tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-frolov committed Sep 20, 2024
1 parent 9c59db0 commit f221ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brokers/test_pushback.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@pytest.fixture
def message():
return AsyncMock(message_id=1)
return AsyncMock(message_id=1, committed=None)


@pytest.mark.asyncio
Expand Down

0 comments on commit f221ee4

Please sign in to comment.