Updated integration tests

This commit is contained in:
Trial97
2020-06-12 13:55:54 +03:00
committed by Dan Christian Bogos
parent 6b84c27b2d
commit 39d49dcd2f
11 changed files with 40 additions and 38 deletions

View File

@@ -173,7 +173,7 @@ func NewErrResourceS(err error) error {
}
func NewErrSupplierS(err error) error {
return fmt.Errorf("SUPPLIERS_ERROR:%s", err)
return fmt.Errorf("ROUTES_ERROR:%s", err)
}
func NewErrAttributeS(err error) error {