Skip to content

Commit

Permalink
Merge pull request #276 from mulkieran/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in recently added test
  • Loading branch information
mulkieran authored Aug 6, 2024
2 parents 712f2b4 + b4c6abe commit d81e05f
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 d81e05f

Please sign in to comment.