From 82205e714458a279b3fd3dd9283da7053a745c9e Mon Sep 17 00:00:00 2001 From: Baghirov Feyruz Date: Tue, 3 Sep 2024 14:23:11 +0200 Subject: [PATCH] final working implementation --- web/tests/functional/products/test_config_db_share.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/tests/functional/products/test_config_db_share.py b/web/tests/functional/products/test_config_db_share.py index deb52b12b0..bd12264ee9 100644 --- a/web/tests/functional/products/test_config_db_share.py +++ b/web/tests/functional/products/test_config_db_share.py @@ -171,9 +171,6 @@ def create_test_product(product_name, product_endpoint): product_cfg = create_test_product('producttest_second 2', 'producttest_second_2') - # self.assertTrue(self._pr_client_2.addProduct(product_cfg), - # "Cannot create product on secondary server.") - # expect request to fail with self.assertRaises(RequestFailed): self._pr_client_2.addProduct(product_cfg)