Upstream sync

This commit is contained in:
Senad Uka
2023-10-13 11:48:14 +02:00
parent 7369739bdd
commit d01c1a0232
29 changed files with 563 additions and 444 deletions

View File

@@ -15,7 +15,7 @@ func TestListProductTemplates(t *testing.T) {
defer shared.CloseDb()
t.Run("it should return 200", func(t *testing.T) {
resp, err := http.Get(fmt.Sprintf("%s/product_templates?limit=20", ts.URL))
resp, err := http.Get(fmt.Sprintf("%s/products?limit=20", ts.URL))
if err != nil {
t.Fatalf("Expected no error, got %v", err)