Skip to content

Commit 82205e7

Browse files
committed
final working implementation
1 parent b95b3aa commit 82205e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/tests/functional/products/test_config_db_share.py

-3
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ def create_test_product(product_name, product_endpoint):
171171
product_cfg = create_test_product('producttest_second 2',
172172
'producttest_second_2')
173173

174-
# self.assertTrue(self._pr_client_2.addProduct(product_cfg),
175-
# "Cannot create product on secondary server.")
176-
177174
# expect request to fail
178175
with self.assertRaises(RequestFailed):
179176
self._pr_client_2.addProduct(product_cfg)

0 commit comments

Comments
 (0)