Skip to content

Commit

Permalink
final working implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
feyruzb committed Sep 3, 2024
1 parent b95b3aa commit 078f1a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/tests/functional/products/test_config_db_share.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 078f1a3

Please sign in to comment.