Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit a976d31

Browse files
renamed cart occurrences to carts
1 parent 1231715 commit a976d31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/api/endpoints_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
describe("cartsUrl", function() {
2121
it("points to the proper endpoint", function() {
22-
expect(endpoints.cartsUrl).to.equal("http://cart/carts");
22+
expect(endpoints.cartsUrl).to.equal("http://carts/carts");
2323
});
2424
});
2525

test/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ services:
1515
restart: always
1616
environment:
1717
- reschedule:on-node-failure
18-
cart:
19-
image: weaveworksdemos/cart
20-
hostname: cart
18+
carts:
19+
image: weaveworksdemos/carts
20+
hostname: carts
2121
restart: always
2222
environment:
2323
- reschedule:on-node-failure

0 commit comments

Comments
 (0)