We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd04c72 commit 35a6610Copy full SHA for 35a6610
src/test/cypress/integration/regenerate_spec.cy.js
@@ -2,7 +2,7 @@ context('Regenerating function documentation', () => {
2
it('succeeds', () => {
3
cy.timeout(10000); // generation needs some time
4
cy.request({
5
- url: 'http://127.0.0.1:8080/exist/apps/fundocs/regenerate',
+ url: 'regenerate',
6
auth: {
7
user: 'admin',
8
password: ''
0 commit comments