Skip to content

Commit 909e97e

Browse files
committed
Try fix gh actions
1 parent b683b62 commit 909e97e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/backend/app/tests/modules/product/test_product_routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ async def test_create_one_raises_error_for_duplicate(client: AsyncClient):
5555
"status_code": 409,
5656
"detail": 'duplicate key value violates unique constraint "product_title_key"\nDETAIL: Key (title)=(test_create_one_raises_error_for_duplicate_title) already exists.',
5757
}
58-
assert 1 == 2
5958

6059

6160
async def test_read_one(client: AsyncClient):

0 commit comments

Comments
 (0)