From: Oguzhan Ozmen Date: Fri, 23 Aug 2024 19:56:38 +0000 (-0400) Subject: test/rgw/notifications: non-functional change, addressing comment typo s/iempty/empty/ X-Git-Tag: v20.0.0~961^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31d1a827764d97bd1ef5795fb7d75f63ddf510c5;p=ceph.git test/rgw/notifications: non-functional change, addressing comment typo s/iempty/empty/ Signed-off-by: Oguzhan Ozmen --- diff --git a/src/test/rgw/bucket_notification/test_bn.py b/src/test/rgw/bucket_notification/test_bn.py index 46909768cc8..54377246e74 100644 --- a/src/test/rgw/bucket_notification/test_bn.py +++ b/src/test/rgw/bucket_notification/test_bn.py @@ -167,7 +167,7 @@ class HTTPPostHandler(BaseHTTPRequestHandler): """implementation of POST handler""" content_length = int(self.headers['Content-Length']) if content_length == 0: - log.info('HTTP Server received iempty event') + log.info('HTTP Server received empty event') self.send_response(200) self.end_headers() return