Merge "Fix incorrect dict member lookup"

This commit is contained in:
Zuul 2021-08-24 19:24:44 +00:00 committed by Gerrit Code Review
commit 15631586be
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class SharesListReadWriteTest(base.BaseTestCase):
# elapsed between the 'list' and 'get' requests.
# If this isn't one of the shares created in
# this class, don't worry about such mismatches
self.assertNotIn(share_get[id],
self.assertNotIn(share_get['id'],
self.shares_created)
continue