Skip to content

Commit 7d298cf

Browse files
committed
fix: acceptance tests cannot access mock server
1 parent a9f59d4 commit 7d298cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/app/view/form/fetch_call.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
const getPostData = () =>
5454
getData("https://jsonplaceholder.typicode.com/posts/1");
5555
const getCommentsData = () =>
56-
getData("http://localhost:3001/api/comments/1");
56+
getData("http://localhost:3001/api/comments/1");
5757
const getUsersData = () =>
5858
getData("https://jsonplaceholder.typicode.com/users/1");
5959
</script>

0 commit comments

Comments
 (0)