Skip to content

Commit

Permalink
Fixed integration tests after 2023 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ccie18643 committed Jul 7, 2024
1 parent 50d89ea commit 2c5ecfc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/packet_flows_rx_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def setUp(self) -> None:
target=mock_TxRing,
method="enqueue",
).with_implementation(
lambda _: _.assemble(self.packet_tx)
lambda _: _.assemble(frame=self.packet_tx)
or self.packets_tx.append(
self.packet_tx
) # type: ignore[func-returns-value]
Expand Down

0 comments on commit 2c5ecfc

Please sign in to comment.