Skip to content

Commit a4b1876

Browse files
committed
test: fix request to generate documentation
1 parent 8010e62 commit a4b1876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/cypress/integration/fundoc_spec.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
context('Function Documentation', () => {
55
before (() => {
6-
// Creat Index before running test
6+
// Generate function documentation before running tests
77
cy.request({
8-
url: 'http://127.0.0.1:8080/exist/rest/db/apps/fundocs/modules/reindex.xql',
8+
url: 'http://127.0.0.1:8080/exist/rest/db/apps/fundocs/generate',
99
auth: {
1010
user: 'admin',
1111
password: ''

0 commit comments

Comments
 (0)