Skip to content

Commit 600fc5a

Browse files
Update src/ffspostgres/init-scripts/20-ffs_data.sql
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
1 parent 70bc2fd commit 600fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffspostgres/init-scripts/20-ffs_data.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ VALUES
77
('productCatalogFailure', 'Fail product catalog service on a specific product', 0),
88
('recommendationCache', 'Cache recommendations', 0),
99
('adServiceFailure', 'Fail ad service requests', 0),
10-
('cartServiceFailure', 'Fail cart service requests', 0)
10+
('cartServiceFailure', 'Fail cart service requests', 0),
1111
('ItemNotFound', 'Fail Product Catalog Get - Not Found', 0),
1212
('ItemListInternal', 'Fail Product Catalog List - Internal server error', 0);

0 commit comments

Comments
 (0)