Skip to content

Commit a2c470f

Browse files
authored
Merge pull request #2741 from ZoranUTF8/patch-1
5.17: bloglist end to end testing, step1
2 parents cba8812 + 02a30a8 commit a2c470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ The test structure extends like so:
11421142
```js
11431143
describe('Blog app', function() {
11441144
beforeEach(function() {
1145-
cy.request('POST', 'http://localhost:3003/api/testing/reset')
1145+
cy.request('POST', 'http://localhost:3001/api/testing/reset')
11461146
// create here a user to backend
11471147
cy.visit('http://localhost:5173')
11481148
})

0 commit comments

Comments
 (0)