Skip to content

Commit

Permalink
adjust 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 26e10e3 commit 8dfacc8
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 8dfacc8

Please sign in to comment.