From 7a6dc095b46183f8c3ca64c4ed21c1cb8224e37f Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Mon, 21 Oct 2024 15:35:24 -0500 Subject: [PATCH] functest: do not use account2 unless needed Change-Id: I224e8706f1ee72b718e35a25ea417a1cf3a35938 --- test/functional/test_slo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/test_slo.py b/test/functional/test_slo.py index dc931d9e1d..57a208c423 100644 --- a/test/functional/test_slo.py +++ b/test/functional/test_slo.py @@ -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'))