Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
aChanEP committed Jul 18, 2019
1 parent 58bb3d6 commit 78d7dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function mockLoginResponse(mockObj) {

function mockFetchDependantItemData(fetchMock) {
fetchMock.get(
/(.*)\/cortex\/addresses\/[a-zA-Z0-9_]*\/(.*)/,
/(.*)\/cortex\/carts\/[a-zA-Z0-9_]*\/(.*)/,
mockFetchDependantItemDataResponse,
);
}
Expand Down

0 comments on commit 78d7dec

Please sign in to comment.