Merge "Fix typo"

This commit is contained in:
Zuul
2018年11月26日 22:14:28 +00:00
committed by Gerrit Code Review

View File

@@ -972,7 +972,7 @@ class TestAuditor(unittest.TestCase):
# create tombstone and hashes.pkl file, ensuring the tombstone is not
# reclaimed by mocking time to be the tombstone time
with mock.patch('time.time', return_value=float(ts_tomb)):
# this delete will create a invalid hashes entry
# this delete will create an invalid hashes entry
self.disk_file.delete(ts_tomb)
# this get_hashes call will truncate the invalid hashes entry
self.disk_file.manager.get_hashes(
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.