Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 17, 2024
1 parent 02f2b24 commit 751c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def require_auth(self, func):
)

def require_no_fips(self, func):
"""Run a test only if the server is running with auth enabled."""
"""Run a test only if the host does not have FIPS enabled."""
return self._require(
lambda: not self.fips_enabled, "Test cannot run on a FIPS-enabled host", func=func
)
Expand Down

0 comments on commit 751c027

Please sign in to comment.