]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder 68739/head
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 12 May 2026 20:43:19 +0000 (16:43 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 14 May 2026 23:20:56 +0000 (19:20 -0400)
This fixes the run-tox-qa failure in make check.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/rgw/rgw_multi/tools.py

index dd7f91ade2919b7e3072f5d33e78eae44290779c..de463598d03fe33dd029696352b02ddb263aff4e 100644 (file)
@@ -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: