functest: do not use account2 unless needed

Change-Id: I224e8706f1ee72b718e35a25ea417a1cf3a35938
This commit is contained in:
Clay Gerrard 2024-10-21 15:35:24 -05:00
parent 4f69ab3c5d
commit 7a6dc095b4

View File

@ -459,7 +459,7 @@ class TestSlo(Base):
start = end + 1
def test_x_delete_at_with_part_number_and_open_expired(self):
cont_name = self.env.account2.container(self.env.container.name)
cont_name = self.env.account.container(self.env.container.name)
allow_open_expired = config_true_value(tf.cluster_info['swift'].get(
'allow_open_expired', 'false'))