Skip to content

Commit

Permalink
fix understack mech tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Fencik committed Nov 28, 2024
1 parent 63a4684 commit 54f3a10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def undersync_client() -> Undersync:


def test_fetch_connected_interface_uuid(context):
result = driver.fetch_connected_interface_uuid(context)
result = driver.fetch_connected_interface_uuid(context.current)
assert result == "03921f8d-b4de-412e-a733-f8eade4c6268"


Expand Down

0 comments on commit 54f3a10

Please sign in to comment.