From fe1ebb87c23916839c26bbf00f193c144004d5dd Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Wed, 1 Nov 2023 12:10:28 -0400 Subject: [PATCH] rgwlc: fix notification test imports Found by Yuval Lifshitz review. Signed-off-by: Matt Benjamin --- src/test/rgw/bucket_notification/test_bn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/rgw/bucket_notification/test_bn.py b/src/test/rgw/bucket_notification/test_bn.py index 87d3ca8eeaa56..32fe262bdc310 100644 --- a/src/test/rgw/bucket_notification/test_bn.py +++ b/src/test/rgw/bucket_notification/test_bn.py @@ -10,6 +10,7 @@ import os import io import string import boto +from botocore.exceptions import ClientError from http import server as http_server from random import randint import hashlib -- 2.39.5