Skip to content

Commit

Permalink
feat: added missing test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pSharpX committed Apr 4, 2024
1 parent fe9bb84 commit 4e709f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/test/resources/catalog/products/valid_request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name":"SMART TV",
"short_name":"TV",
"description":"SMART TV FOR ENTERTAINMENT",
"unit_price":22500,
"currency":"USD",
"units_in_stock":100,
"discontinued":false,
"category_code":"C001",
"supplier_code":"S001"
}

0 comments on commit 4e709f6

Please sign in to comment.