Skip to content

Commit

Permalink
♻(split) test_api_admin_products.py -> api/admin/products/test_retrie…
Browse files Browse the repository at this point in the history
…ve.py

Split generated by gitfilesplit
  • Loading branch information
jbpenrath committed Nov 27, 2024
1 parent e2bbd37 commit 1acd53d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,3 +672,4 @@ def test_admin_api_product_update_trailing_whitespace(self):
self.assertEqual(response.status_code, HTTPStatus.OK)
content = response.json()
self.assertEqual(content["instructions"], "Test newline\n\n")

0 comments on commit 1acd53d

Please sign in to comment.