From: Adam C. Emerson Date: Tue, 12 May 2026 20:43:19 +0000 (-0400) Subject: tentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f79fadd2829327c7580db1960fbf3b45e8c017d0;p=ceph.git tentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder This fixes the run-tox-qa failure in make check. Signed-off-by: Adam C. Emerson --- diff --git a/src/test/rgw/rgw_multi/tools.py b/src/test/rgw/rgw_multi/tools.py index dd7f91ade29..de463598d03 100644 --- a/src/test/rgw/rgw_multi/tools.py +++ b/src/test/rgw/rgw_multi/tools.py @@ -1,5 +1,6 @@ import json import boto +import boto.s3.user # For UserJSONEncoder def append_attr_value(d, attr, attrv): if attrv and len(str(attrv)) > 0: