functest: do not use account2 unless needed
Change-Id: I224e8706f1ee72b718e35a25ea417a1cf3a35938
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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'))
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.