Skip to content

Commit

Permalink
Fixing pep8 issue
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Sinha <[email protected]>
  • Loading branch information
Anurag Sinha committed Oct 10, 2024
1 parent 395000a commit e25cb46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ def test_configure_fips_task(self, mock_util):
task.run()

mock_util.execWithRedirect.assert_called_once_with(
"/usr/libexec/fips-setup-helper",
"/usr/libexec/fips-setup-helper",
["anaconda"],
root="/mnt/sysroot"
)

0 comments on commit e25cb46

Please sign in to comment.