Upstream sync
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user