Skip to content

Commit

Permalink
Fix a typo in recently added test
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Aug 6, 2024
1 parent 712f2b4 commit b4c6abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ def fs_get_metadata(pool_path, *, fs_name=None, current=True):
StratisDbus._POOL_IFACE,
)

fs_name = (False, "") if fs_name is None else (True, fs_name)

return iface.FilesystemMetadata(
(False, "") if fs_name is None else (True, fs_name),
current,
Expand Down

0 comments on commit b4c6abe

Please sign in to comment.